6 lines
99 B
C
Raw Normal View History

2021-08-08 21:03:25 +03:00
#include <furi-hal.h>
void furi_hal_init() {
furi_hal_i2c_init();
furi_hal_light_init();
}