flipperzero-firmware/target_lo/Src/main.c
aanper 0980775f01 WIP target lo
custom debug stream

run docker with project dir, specify dir to makefile

remove unused includes

fix broken F1
2020-08-17 18:23:28 +03:00

13 lines
110 B
C

/*
Flipper devices inc.
Local fw build entry point.
*/
void app();
int main() {
app();
return 0;
}