diff options
| author | hathach <[email protected]> | 2018-03-08 11:42:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-08 11:42:28 +0700 |
| commit | 817f23e5e0f976814dfa0b5ccfa1f9f5cd1c3885 (patch) | |
| tree | 80ed4682ad3770c22c4677aae19cc004a8091256 /tinyusb/common/common.h | |
| parent | d28e7e3966bd4ac471b667c73d2cb1451808e641 (diff) | |
enhance
- add ASSERT_
- rename edpt_equal
-
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 9a37c6c97..8c6a6c72f 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -67,6 +67,7 @@ #include "verify.h"
#include "binary.h"
#include "tusb_errors.h"
+#include "fifo.h"
//------------- TUSB Header -------------//
#include "tusb_types.h"
|
