diff options
Diffstat (limited to 'flash')
| -rw-r--r-- | flash/bootbox/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c index 5cc4bb6..1f459b7 100644 --- a/flash/bootbox/main.c +++ b/flash/bootbox/main.c @@ -156,7 +156,7 @@ void main(void) buffer_init(); lcd_init(); show_logo(); - set_irq_level(0); + enable_irq(); adc_init(); usb_init(); button_init(); |