diff options
Diffstat (limited to 'examples/device/cdc_uac2/src/common.h')
| -rw-r--r-- | examples/device/cdc_uac2/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/device/cdc_uac2/src/common.h b/examples/device/cdc_uac2/src/common.h index f281024c7..ff8b7a953 100644 --- a/examples/device/cdc_uac2/src/common.h +++ b/examples/device/cdc_uac2/src/common.h @@ -31,4 +31,7 @@ enum VOLUME_CTRL_SILENCE = 0x8000, }; +void led_blinking_task(void); +void audio_task(void); + #endif |
