You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. #include <WProgram.h>
  2. //int main(void) __attribute__((noreturn));
  3. int main(void)
  4. {
  5. _init_Teensyduino_internal_();
  6. setup();
  7. while (1) {
  8. loop();
  9. }
  10. }