forked from PAWPAW-Mirror/lib_xua
Tabs -> spaces & trim trailing
This commit is contained in:
@@ -39,12 +39,12 @@ unsigned int XMOS_DFU_IF = 0;
|
||||
#define DFU_ABORT 6
|
||||
|
||||
// XMOS alternate setting requests
|
||||
#define XMOS_DFU_RESETDEVICE 0xf0
|
||||
#define XMOS_DFU_REVERTFACTORY 0xf1
|
||||
#define XMOS_DFU_RESETINTODFU 0xf2
|
||||
#define XMOS_DFU_RESETFROMDFU 0xf3
|
||||
#define XMOS_DFU_SAVESTATE 0xf5
|
||||
#define XMOS_DFU_RESTORESTATE 0xf6
|
||||
#define XMOS_DFU_RESETDEVICE 0xf0
|
||||
#define XMOS_DFU_REVERTFACTORY 0xf1
|
||||
#define XMOS_DFU_RESETINTODFU 0xf2
|
||||
#define XMOS_DFU_RESETFROMDFU 0xf3
|
||||
#define XMOS_DFU_SAVESTATE 0xf5
|
||||
#define XMOS_DFU_RESTORESTATE 0xf6
|
||||
|
||||
static libusb_device_handle *devh = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user