allow lib users to implement main() by only compiling the default main() if TEENSY_CORE_MAIN is definedmain
* SOFTWARE. | * SOFTWARE. | ||||
*/ | */ | ||||
#ifdef TEENSY_CORE_MAIN | |||||
#include <core/Arduino.h> | #include <core/Arduino.h> | ||||
extern "C" int main(void) | extern "C" int main(void) | ||||
} | } | ||||
#endif | #endif | ||||
} | } | ||||
#endif /* TEENSY_CORE_MAIN */ |