diff options
| author | hathach <[email protected]> | 2018-03-31 14:09:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-31 14:09:48 +0700 |
| commit | 7a77aed8fa67cf6740943cf25a00485d4f288cfb (patch) | |
| tree | b2579f69d1bd263ceed4701193412df5da7ff6c3 /tinyusb/common | |
| parent | f1f7153b3b469d2565d5f5b5b8feb932ad219b98 (diff) | |
change usbd_control_xfer_st from function to macro to prevent compiler issue with substask
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/tusb_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/tusb_common.h b/tinyusb/common/tusb_common.h index 273f13b49..b45027c44 100644 --- a/tinyusb/common/tusb_common.h +++ b/tinyusb/common/tusb_common.h @@ -66,6 +66,7 @@ #include "tusb_verify.h"
#include "binary.h"
#include "tusb_error.h"
+#include "tusb_hal.h"
#include "tusb_fifo.h"
//------------- TUSB Header -------------//
|
