mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 06:51:04 +08:00
RS14100: Blinky
The humble beginning... CL: RS14100: Blinky PUBLISHED_FROM=7f1dc4d826122ababae44b52c52ed84b15d0ae5c
This commit is contained in:
parent
23533b83a4
commit
7820ad3a59
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user