aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-03 11:13:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-03 11:13:06 +0000
commit98947e3750e07054f9da46af82225e9ef89ed656 (patch)
tree4cfa0d064d635eccc620b1b96d4e9b8c671d0d6d /Demos/Device/Incomplete/TestAndMeasurement/makefile
parent48c5cdced47897934d8473a3097181d0e9ca8b4c (diff)
downloadlufa-98947e3750e07054f9da46af82225e9ef89ed656.tar.gz
lufa-98947e3750e07054f9da46af82225e9ef89ed656.tar.bz2
lufa-98947e3750e07054f9da46af82225e9ef89ed656.zip
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
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 856fc2bcb..94e697eae 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