furi.c 110 B

1234567
  1. #include "furi.h"
  2. void furi_init() {
  3. furi_log_init();
  4. furi_record_init();
  5. furi_stdglue_init();
  6. }