Commit c277a1d8 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Do not amalgamate platform_custom.h include

CL: none

PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
parent 7820ad3a
...@@ -127,7 +127,7 @@ ...@@ -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 @@ ...@@ -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 */
......
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