diff options
| author | hathach <[email protected]> | 2019-03-23 16:51:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-23 16:51:07 +0700 |
| commit | df1aac44b839f65bf8b5961d4d184c515ad18f5c (patch) | |
| tree | a01d718b7ee77bf1363b521f2dd66e3dc2510c20 /src/common | |
| parent | 43eb1a8b1631ed4b460db123717a7226c10c701f (diff) | |
add board_noos_millis() for blinky
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_timeout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tusb_timeout.h b/src/common/tusb_timeout.h index 556b8d4a3..bdade6b42 100644 --- a/src/common/tusb_timeout.h +++ b/src/common/tusb_timeout.h @@ -28,11 +28,11 @@ * \defgroup Group_TimeoutTimer timeout timer
* @{ */
-
#ifndef _TUSB_TIMEOUT_H_
#define _TUSB_TIMEOUT_H_
-#include "tusb_compiler.h"
+#include <stdbool.h>
+#include <stdint.h>
#ifdef __cplusplus
extern "C" {
|
