Skip to content

Commit

Permalink
Do not amalgamate platform_custom.h include
Browse files Browse the repository at this point in the history
CL: none

PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Mar 12, 2019
1 parent 7820ad3 commit c277a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongoose.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion src/common/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c277a1d

Please sign in to comment.