mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
6 lines
99 B
C
6 lines
99 B
C
|
#include <furi-hal.h>
|
||
|
|
||
|
void furi_hal_init() {
|
||
|
furi_hal_i2c_init();
|
||
|
furi_hal_light_init();
|
||
|
}
|