summaryrefslogtreecommitdiff
path: root/examples/device/audio_test_freertos/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-21 17:49:38 +0700
committerhathach <[email protected]>2024-11-21 17:49:38 +0700
commitdbdc5a239c42e96eeeb8759a121798fa9b3f39c3 (patch)
tree0e5dadec079b5509ba5f9a5770092001b87f76b6 /examples/device/audio_test_freertos/Makefile
parent5d77faa835ab7faf73a9981905e57e8d79920d2d (diff)
- move freertos_hooks to board.c
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
Diffstat (limited to 'examples/device/audio_test_freertos/Makefile')
-rw-r--r--examples/device/audio_test_freertos/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/audio_test_freertos/Makefile b/examples/device/audio_test_freertos/Makefile
index df2cdef4e..0202f631c 100644
--- a/examples/device/audio_test_freertos/Makefile
+++ b/examples/device/audio_test_freertos/Makefile
@@ -12,7 +12,6 @@ INC += \
# Example source
EXAMPLE_SOURCE = \
- src/freertos_hook.c \
src/main.c \
src/usb_descriptors.c