Skip to content
Snippets Groups Projects
Commit b8de280f authored by Volker Richert's avatar Volker Richert
Browse files

remove useless constants after refactoring

parent 4ca906ee
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,6 @@ import info.nightscout.android.model.medtronicNg.PumpStatusEvent;
public class MedtronicCnlReader {
private static final String TAG = MedtronicCnlReader.class.getSimpleName();
private static final int USB_BLOCKSIZE = 64;
private static final int READ_TIMEOUT_MS = 5000;
private static final String BAYER_USB_HEADER = "ABC";
private static final byte[] RADIO_CHANNELS = {0x14, 0x11, 0x0e, 0x17, 0x1a};
private UsbHidDriver mDevice;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment