mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
7 lines
124 B
C
7 lines
124 B
C
|
#include <furi-hal.h>
|
||
|
|
||
|
void furi_hal_init() {
|
||
|
furi_hal_i2c_init();
|
||
|
furi_hal_light_init();
|
||
|
furi_hal_spi_init();
|
||
|
}
|