diff options
| -rw-r--r-- | bootloader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main.c b/bootloader/main.c index 3b3e6ec..0253a62 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(); |