diff --git a/bootloader/main.c b/bootloader/main.c index 3b3e6ecae4..0253a624df 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -315,7 +315,7 @@ void main(void) #endif #ifdef HAVE_UDA1380 - uda1380_reset(); + audiohw_reset(); #endif backlight_init();