diff options
| author | hathach <[email protected]> | 2013-01-18 14:39:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-18 14:39:42 +0700 |
| commit | d8c8b9e38ad94ab84c24f22c2ecb79ce4d78b7ba (patch) | |
| tree | 1090e26f45a534e5113f28d82f8381eef274e358 /tinyusb/common/common.h | |
| parent | 7976e2fd55d33a0bf8a74a729eb246a8842d58ee (diff) | |
add ASSERT POINTER support
add hid host and separate hid host & device
update host project setting with EA4357 board
add para checking test for hid host
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index a17fb62dc..1aae86fe8 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -56,8 +56,9 @@ extern "C" { #endif -#include <stddef.h> #include <stdbool.h> +#include <stdint.h> +#include <stddef.h> #include <string.h> #include <stdio.h> |
