RS14100: Blinky

The humble beginning...

CL: RS14100: Blinky

PUBLISHED_FROM=7f1dc4d826122ababae44b52c52ed84b15d0ae5c
This commit is contained in:
Deomid Ryabkov 2019-03-08 11:12:48 +00:00 committed by Cesanta Bot
parent 23533b83a4
commit 7820ad3a59
2 changed files with 6 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */