File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 36
36
37
37
#include "irq.h"
38
38
39
- #ifdef CFG_TUSB_MCU
40
- #endif
41
-
42
39
/*------------------------------------------------------------------*/
43
40
/* delay
44
41
*------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 30
30
#include "supervisor/usb.h"
31
31
#include "lib/utils/interrupt_char.h"
32
32
#include "lib/mp-readline/readline.h"
33
+ #include "lib/tinyusb/src/device/usbd.h"
33
34
34
35
#ifdef SOFTDEVICE_PRESENT
35
36
#include "nrf_sdm.h"
Original file line number Diff line number Diff line change 30
30
#include "supervisor/usb.h"
31
31
#include "lib/utils/interrupt_char.h"
32
32
#include "lib/mp-readline/readline.h"
33
+ #include "lib/tinyusb/src/device/usbd.h"
33
34
34
35
#include "py/mpconfig.h"
35
36
You can’t perform that action at this time.
0 commit comments