Arduino/targets/arduino/main.cxx

13 lines
85 B
C++
Raw Normal View History

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