flm01/uc/main.cxx

15 lines
100 B
C++
Executable File

int main(void)
{
WDT_off();
// init();
setup();
for (;;)
loop();
return 0;
}