WIP target lo
custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
This commit is contained in:
13
target_lo/Src/main.c
Normal file
13
target_lo/Src/main.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Flipper devices inc.
|
||||
|
||||
Local fw build entry point.
|
||||
*/
|
||||
|
||||
void app();
|
||||
|
||||
int main() {
|
||||
app();
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user