Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
f412410e
Commit
f412410e
authored
Mar 22, 2016
by
Terry Ellison
Browse files
Merge pull request #1182 from devsaurus/u8g_ucg_tsl2561-gnu11
Enable -std=gnu11 for u8glib, ucglib, and tsl2561 dir
parents
6822116d
103cca30
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/tsl2561/Makefile
View file @
f412410e
...
...
@@ -15,6 +15,7 @@ ifndef PDIR
GEN_LIBS
=
tsl2561lib.a
endif
STD_CFLAGS
=
-std
=
gnu11
-Wimplicit
#############################################################
# Configuration i.e. compile options etc.
...
...
app/u8glib/Makefile
View file @
f412410e
...
...
@@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS
=
u8glib.a
endif
STD_CFLAGS
=
-std
=
gnu11
-Wimplicit
#############################################################
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!
...
...
app/ucglib/Makefile
View file @
f412410e
...
...
@@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS
=
ucglib.a
endif
STD_CFLAGS
=
-std
=
gnu11
-Wimplicit
#############################################################
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!
...
...
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