diff options
| author | hathach <[email protected]> | 2012-11-27 17:41:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-27 17:41:00 +0700 |
| commit | 545fe61828b3982a25b87b4ceb792c68415e4cf4 (patch) | |
| tree | e858b5541c554bbc912e2b002e68df66d469d9eb /tinyusb/common | |
| parent | 54e5289b730b387d7e494cce270aca47356e064f (diff) | |
start to add hid keyboard
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index 9fc483b5b..de87ca1a8 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -43,6 +43,9 @@ #endif #include <stddef.h> +#include <stdbool.h> +#include <string.h> + #include "arch/arch.h" #include "compiler/compiler.h" #include "errors.h" |
