mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07: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();
|
|
} |