furi-hal.c 99 B

123456
  1. #include <furi-hal.h>
  2. void furi_hal_init() {
  3. furi_hal_i2c_init();
  4. furi_hal_light_init();
  5. }