fix build error with nrf52832

This commit is contained in:
hathach 2018-08-16 19:29:42 +07:00
parent 8c66a55511
commit 3209ff4471
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void usb_teardown(void);
#else
#define usb_init()
#define usb_init(x)
#define usb_teardown()
#endif