diff options
| author | hathach <[email protected]> | 2021-09-25 16:16:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-25 16:16:55 +0700 |
| commit | 73872a5df04a8939d5f71509788c659e38efcecd (patch) | |
| tree | d1841cea6736268a41f80efe108c393a8a9f0d18 /examples/device/hid_boot_interface | |
| parent | 1c17cb1c451f8564623fef09fa4bd74a0e2a30da (diff) | |
add CFG_TUSB_OS_INC_PATH for os include path
useful for freertos/ prefix with esp IDF
Diffstat (limited to 'examples/device/hid_boot_interface')
| -rw-r--r-- | examples/device/hid_boot_interface/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_boot_interface/Makefile b/examples/device/hid_boot_interface/Makefile index 138c27846..c6a9c5b21 100644 --- a/examples/device/hid_boot_interface/Makefile +++ b/examples/device/hid_boot_interface/Makefile @@ -6,7 +6,7 @@ INC += \ $(TOP)/hw \ # Example source -EXAMPLE_SOURCE += \ +EXAMPLE_SOURCE = \ src/main.c \ src/usb_descriptors.c |
