Commit 7820ad3a authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

RS14100: Blinky

The humble beginning...

CL: RS14100: Blinky

PUBLISHED_FROM=7f1dc4d826122ababae44b52c52ed84b15d0ae5c
parent 23533b83
......@@ -126,6 +126,9 @@
/* Amalgamated: #include "common/platforms/platform_nxp_kinetis.h" */
/* Amalgamated: #include "common/platforms/platform_pic32.h" */
/* Amalgamated: #include "common/platforms/platform_stm32.h" */
#if CS_PLATFORM == CS_P_CUSTOM
/* Amalgamated: #include "platform_custom.h" */
#endif
/* Common stuff */
......
......@@ -90,6 +90,9 @@
#include "common/platforms/platform_nxp_kinetis.h"
#include "common/platforms/platform_pic32.h"
#include "common/platforms/platform_stm32.h"
#if CS_PLATFORM == CS_P_CUSTOM
#include "platform_custom.h"
#endif
/* Common stuff */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment