summaryrefslogtreecommitdiff
path: root/examples/device/cdc_uac2/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/cdc_uac2/src/main.c')
-rw-r--r--examples/device/cdc_uac2/src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/device/cdc_uac2/src/main.c b/examples/device/cdc_uac2/src/main.c
index bc87f6e3c..cb7b3a142 100644
--- a/examples/device/cdc_uac2/src/main.c
+++ b/examples/device/cdc_uac2/src/main.c
@@ -38,9 +38,6 @@ extern uint32_t blink_interval_ms;
#include "pico/stdlib.h"
#endif
-void led_blinking_task(void);
-void audio_task(void);
-
/*------------- MAIN -------------*/
int main(void)
{
@@ -68,8 +65,6 @@ int main(void)
// printf("Hello, world!\r\n");
#endif
}
-
- return 0;
}
//--------------------------------------------------------------------+