This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
torambo.com
/
Momentum-Apps
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
489caa8e77
Gałęzie
Tagi
dev
feat/nfc-maker-type4
Momentum-Apps
/
core
/
furi.c
furi.c
110 B
Historia
Czysty
1
2
3
4
5
6
7
#include "furi.h"
void furi_init() {
furi_log_init();
furi_record_init();
furi_stdglue_init();
}