Skip to content

Commit 58f29f8

Browse files
committed
Komi: add missing region initialization on startup
1 parent 81673e6 commit 58f29f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/f18/furi_hal/furi_hal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ void furi_hal_init(void) {
4040
furi_hal_interrupt_init();
4141
furi_hal_flash_init();
4242
furi_hal_resources_init();
43+
furi_hal_region_init();
4344
furi_hal_spi_config_init();
4445
furi_hal_spi_dma_init();
4546
furi_hal_speaker_init();

0 commit comments

Comments
 (0)