aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete/TestAndMeasurement/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-03 11:13:06 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-03 11:13:06 +0000
commit280feb1860f83b32fc88895d7849a761b78b6970 (patch)
tree4cfa0d064d635eccc620b1b96d4e9b8c671d0d6d /Demos/Device/Incomplete/TestAndMeasurement/makefile
parent15b11ddb113a1e342d32c32a3e01890a53119554 (diff)
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1433 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/TestAndMeasurement/makefile')
-rw-r--r--Demos/Device/Incomplete/TestAndMeasurement/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/TestAndMeasurement/makefile b/Demos/Device/Incomplete/TestAndMeasurement/makefile
index 856fc2bc..94e697ea 100644
--- a/Demos/Device/Incomplete/TestAndMeasurement/makefile
+++ b/Demos/Device/Incomplete/TestAndMeasurement/makefile
@@ -173,7 +173,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