diff options
| author | hathach <[email protected]> | 2014-04-18 14:45:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-18 14:45:21 +0700 |
| commit | 4091ddc4fc31da1b0c33538145e59df4ea9b6d51 (patch) | |
| tree | 1bd2d5a227120021c810829723daaaa3ceac05cd /tinyusb/device | |
| parent | 6aecb62be2af8889d82f2cd3cee0fd794c353338 (diff) | |
move osal_queue_send of osal_none to osal_none.c
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd_dcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/device/usbd_dcd.h b/tinyusb/device/usbd_dcd.h index cf422ac6a..5c99c3c1e 100644 --- a/tinyusb/device/usbd_dcd.h +++ b/tinyusb/device/usbd_dcd.h @@ -47,6 +47,10 @@ //--------------------------------------------------------------------+
#include "common/common.h"
+#ifdef _TEST_
+#include "dcd.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif
|
