Add firmware wireframe
This commit is contained in:
commit
66381c3cb6
23 changed files with 13167 additions and 0 deletions
11
src/main.c
Normal file
11
src/main.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "main.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
while(1)
|
||||
{
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue