diff options
| author | hathach <[email protected]> | 2018-03-13 16:30:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-13 16:30:53 +0700 |
| commit | ffca1f5e64b2206c2f006a7912c27ae3ee0f9d26 (patch) | |
| tree | 67dcd91b51ca7995a32745fee3bb5ce50f3de940 /tinyusb/tusb_dcd.h | |
| parent | 2435abb0a8496361fb08cdaa4234e9d205add186 (diff) | |
working on nrf52
Diffstat (limited to 'tinyusb/tusb_dcd.h')
| -rw-r--r-- | tinyusb/tusb_dcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyusb/tusb_dcd.h b/tinyusb/tusb_dcd.h index 8776c3348..084ab04b5 100644 --- a/tinyusb/tusb_dcd.h +++ b/tinyusb/tusb_dcd.h @@ -43,8 +43,7 @@ #ifndef _TUSB_DCD_H_
#define _TUSB_DCD_H_
-#include <stdint.h>
-#include <stdbool.h>
+#include "common/tusb_common.h"
#ifdef __cplusplus
extern "C" {
|
