diff options
Diffstat (limited to 'examples/host/audio_host/src/main.c')
| -rw-r--r-- | examples/host/audio_host/src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/host/audio_host/src/main.c b/examples/host/audio_host/src/main.c index 77c28cf41..3a3e18ab7 100644 --- a/examples/host/audio_host/src/main.c +++ b/examples/host/audio_host/src/main.c @@ -25,7 +25,6 @@ //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF PROTYPES //--------------------------------------------------------------------+ -void led_blinking_task(void); /*------------- MAIN -------------*/ int main(void) { @@ -39,7 +38,6 @@ int main(void) { tusb_init(BOARD_TUH_RHPORT, &host_init); board_init_after_tusb(); - uint32_t last_ms = tusb_time_millis_api(); while (1) { // tinyusb host task tuh_task(); |
