Skip to content

Commit 5c7f6e6

Browse files
committed
Remove empty #if and add missing includes.
1 parent 5a7652f commit 5c7f6e6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ports/litex/mphalport.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
#include "irq.h"
3838

39-
#ifdef CFG_TUSB_MCU
40-
#endif
41-
4239
/*------------------------------------------------------------------*/
4340
/* delay
4441
*------------------------------------------------------------------*/

ports/nrf/supervisor/usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "supervisor/usb.h"
3131
#include "lib/utils/interrupt_char.h"
3232
#include "lib/mp-readline/readline.h"
33+
#include "lib/tinyusb/src/device/usbd.h"
3334

3435
#ifdef SOFTDEVICE_PRESENT
3536
#include "nrf_sdm.h"

ports/stm/supervisor/usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "supervisor/usb.h"
3131
#include "lib/utils/interrupt_char.h"
3232
#include "lib/mp-readline/readline.h"
33+
#include "lib/tinyusb/src/device/usbd.h"
3334

3435
#include "py/mpconfig.h"
3536

0 commit comments

Comments
 (0)