Do not amalgamate platform_custom.h include

CL: none

PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
This commit is contained in:
Deomid Ryabkov 2019-03-12 11:25:41 +00:00 committed by Cesanta Bot
parent 7820ad3a59
commit c277a1d878
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
/* 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" */
#include <platform_custom.h>
#endif
/* Common stuff */

View File

@ -91,7 +91,7 @@
#include "common/platforms/platform_pic32.h"
#include "common/platforms/platform_stm32.h"
#if CS_PLATFORM == CS_P_CUSTOM
#include "platform_custom.h"
#include <platform_custom.h>
#endif
/* Common stuff */