aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/StillImageHost/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-18 07:31:57 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-18 07:31:57 +0000
commit7173a1463a48a4b1335f7281fd3609cd94692333 (patch)
tree4304250d9f748ccb13786c9428cb6f193f52cda5 /Demos/Host/ClassDriver/StillImageHost/makefile
parenta22c4f08957f7cf46f35bd62ca4edee2bb9f3219 (diff)
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1393 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/StillImageHost/makefile')
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile
index 0ef59bdf..53edd282 100644
--- a/Demos/Host/ClassDriver/StillImageHost/makefile
+++ b/Demos/Host/ClassDriver/StillImageHost/makefile
@@ -177,7 +177,7 @@ EXTRAINCDIRS = $(LUFA_PATH)/
# gnu89 = c89 plus GCC extensions
# c99 = ISO C99 standard (not yet fully implemented)
# gnu99 = c99 plus GCC extensions
-CSTANDARD = -std=gnu99
+CSTANDARD = -std=c99
# Place -D or -U options here for C sources