#include "furi.h"

void furi_init() {
    gpio_api_init();
    api_interrupt_init();
    furi_record_init();
    furi_stdglue_init();
}