mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
Do not amalgamate platform_custom.h include
CL: none PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
This commit is contained in:
parent
7820ad3a59
commit
c277a1d878
@ -127,7 +127,7 @@
|
|||||||
/* Amalgamated: #include "common/platforms/platform_pic32.h" */
|
/* Amalgamated: #include "common/platforms/platform_pic32.h" */
|
||||||
/* Amalgamated: #include "common/platforms/platform_stm32.h" */
|
/* Amalgamated: #include "common/platforms/platform_stm32.h" */
|
||||||
#if CS_PLATFORM == CS_P_CUSTOM
|
#if CS_PLATFORM == CS_P_CUSTOM
|
||||||
/* Amalgamated: #include "platform_custom.h" */
|
#include <platform_custom.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Common stuff */
|
/* Common stuff */
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
#include "common/platforms/platform_pic32.h"
|
#include "common/platforms/platform_pic32.h"
|
||||||
#include "common/platforms/platform_stm32.h"
|
#include "common/platforms/platform_stm32.h"
|
||||||
#if CS_PLATFORM == CS_P_CUSTOM
|
#if CS_PLATFORM == CS_P_CUSTOM
|
||||||
#include "platform_custom.h"
|
#include <platform_custom.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Common stuff */
|
/* Common stuff */
|
||||||
|
Loading…
Reference in New Issue
Block a user