Marlin 2.0 for Flying Bear 4S/5

15 lines
108 B

#include <WProgram.h>
int main(void)
{
init();
setup();
for (;;)
loop();
return 0;
}