diff options
| author | hathach <[email protected]> | 2020-10-07 13:36:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-07 13:36:03 +0700 |
| commit | 3f54c27afa39a3b9f2e5911b566416be460389fb (patch) | |
| tree | 7c94fcb2b6387895020af98ec5c3e5442f4bcc7f /examples/rules.mk | |
| parent | d41248900bedd705df2ccd5dfc53932cdb0839bb (diff) | |
fix audio_test build
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index dacb81363..066956a40 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -33,6 +33,7 @@ SRC_C += \ src/common/tusb_fifo.c \ src/device/usbd.c \ src/device/usbd_control.c \ + src/class/audio/audio_device.c \ src/class/cdc/cdc_device.c \ src/class/dfu/dfu_rt_device.c \ src/class/hid/hid_device.c \ |
