diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 9ad1c5f..fff124f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -211,7 +211,6 @@ bool dbg_audio_thread(void) extern size_t audiobuffer_free; extern int filebuflen; extern int filebufused; -extern int track_count; static unsigned int ticks, boost_ticks; @@ -276,7 +275,7 @@ bool dbg_audio_thread(void) filebufused, HORIZONTAL); line++; - snprintf(buf, sizeof(buf), "track count: %2d", track_count); + snprintf(buf, sizeof(buf), "track count: %2d", audio_track_count()); lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "cpu freq: %3dMHz", |