diff options
| author | hathach <[email protected]> | 2021-09-29 15:27:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-29 15:27:41 +0700 |
| commit | 103309b88b0f4e566f2de17d26c159f5e1e92c8b (patch) | |
| tree | f0a618acfd6295b10cf10ac0974a93ea2193a5a3 /examples/device/hid_boot_interface/Makefile | |
| parent | 3eeb79be4f54b8ab954ae2542e211bc37575e2bf (diff) | |
| parent | 32bdf3b79d27ed9f0851440df35b6a72bcd8bff8 (diff) | |
Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
Diffstat (limited to 'examples/device/hid_boot_interface/Makefile')
| -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 |
