sync
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(usb, LOG_LEVEL_DBG);
|
LOG_MODULE_REGISTER(usb, LOG_LEVEL_INF);
|
||||||
|
|
||||||
K_SEM_DEFINE(usb_rx_sem, 0, 1);
|
K_SEM_DEFINE(usb_rx_sem, 0, 1);
|
||||||
K_SEM_DEFINE(usb_tx_sem, 0, 1);
|
K_SEM_DEFINE(usb_tx_sem, 0, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user