瀏覽代碼

don't build / link-in a main() by default

allow lib users to implement main() by only compiling the default main()
if TEENSY_CORE_MAIN is defined
main
John Robinson 3 年之前
父節點
當前提交
bb50cbc3c1
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/core/main.cpp

+ 2
- 1
src/core/main.cpp 查看文件

@@ -28,6 +28,7 @@
* SOFTWARE.
*/

#ifdef TEENSY_CORE_MAIN
#include <core/Arduino.h>

extern "C" int main(void)
@@ -55,4 +56,4 @@ extern "C" int main(void)
}
#endif
}
#endif /* TEENSY_CORE_MAIN */

Loading…
取消
儲存