diff options
| author | sakumisu <[email protected]> | 2025-06-16 22:49:55 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-06-19 20:02:19 +0800 |
| commit | 8d8f3e757efda3d7eb228012b3aacdb29ecca9ff (patch) | |
| tree | d89a7cbe46fa0def8cd5d07f1012c2f09909e00e /platform/rtthread | |
| parent | 5e890a078fef0f60d12225e42c4afd3a3b456e4b (diff) | |
fix warning
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'platform/rtthread')
| -rw-r--r-- | platform/rtthread/usb_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/rtthread/usb_check.c b/platform/rtthread/usb_check.c index 9ea03c20..4a598fe6 100644 --- a/platform/rtthread/usb_check.c +++ b/platform/rtthread/usb_check.c @@ -1,4 +1,5 @@ #include "rtthread.h" +#include "usb_config.h" #if defined(PKG_CHERRYUSB_HOST) || defined(RT_CHERRYUSB_HOST) |
