diff options
| author | hathach <[email protected]> | 2018-06-17 14:21:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-06-17 14:21:26 +0700 |
| commit | bd8fc5a1120a51e1de3e38aa64db9c903771cd9e (patch) | |
| tree | ad2340d2b61b0f96ecec68fe72577af914a8ae58 /tinyusb/tusb.h | |
| parent | 5692b84ddf3326a3cde48b09f7123cd5ec0e93cc (diff) | |
clean up
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 464fbb12a..3f70546c8 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -67,7 +67,7 @@ #endif
#if CFG_TUSB_HOST_CUSTOM_CLASS
- #include "class/custom_class.h"
+ #include "class/custom_host.h"
#endif
#endif
|
