diff options
| author | hathach <[email protected]> | 2018-02-28 14:21:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-02-28 14:21:43 +0700 |
| commit | 9b7cd608aa4addf40cbe2135b38a78378e6f428f (patch) | |
| tree | 5233a0c8244bd1d477471ccd8cb69528c8b40660 /tinyusb/common/common.h | |
| parent | 5efad7412ffef0bb7eb08beea29b3b06b04cfb6e (diff) | |
osal clean up
- task create, task def macros
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index 4007d6083..6481b33ad 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -64,6 +64,7 @@ //------------- General Header -------------//
#include "compiler/compiler.h"
#include "assertion.h"
+#include "verify.h"
#include "binary.h"
#include "tusb_errors.h"
|
