summaryrefslogtreecommitdiff
path: root/bootloader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c2
1 files changed, 1 insertions, 1 deletions
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)
315#endif 315#endif
316 316
317#ifdef HAVE_UDA1380 317#ifdef HAVE_UDA1380
318 uda1380_reset(); 318 audiohw_reset();
319#endif 319#endif
320 320
321 backlight_init(); 321 backlight_init();