diff options
| -rw-r--r-- | bootloader/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/main.c b/bootloader/main.c index 7c5041f..69993e4 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -212,7 +212,9 @@ void main(void) set_cpu_frequency(0); /* PLL off */ #endif +#ifdef HAVE_UDA1380 uda1380_reset(); +#endif backlight_init(); set_irq_level(0); |