Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
c277a1d8
Commit
c277a1d8
authored
Mar 12, 2019
by
Deomid Ryabkov
Committed by
Cesanta Bot
Mar 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not amalgamate platform_custom.h include
CL: none PUBLISHED_FROM=4f84111ef76bd609348c439304f46556ce5d4497
parent
7820ad3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mongoose.h
mongoose.h
+1
-1
platform.h
src/common/platform.h
+1
-1
No files found.
mongoose.h
View file @
c277a1d8
...
...
@@ -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 */
...
...
src/common/platform.h
View file @
c277a1d8
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment