Add firmware wireframe

This commit is contained in:
fruchti 2019-12-10 23:19:01 +01:00
commit 66381c3cb6
23 changed files with 13167 additions and 0 deletions

11
src/main.c Normal file
View file

@ -0,0 +1,11 @@
#include "main.h"
int main(void)
{
while(1)
{
}
return 0;
}