aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBCore.cpp
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2014-07-07 19:43:51 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-07-16 13:06:10 +0200
commite798ff32b7297127eaa8b4fac2d45ebbe9cc21d4 (patch)
treec595991828308b97e5ce44fbb6f477c89330a84f /cores/arduino/USBCore.cpp
parent72a5ef3c7834bd3ebf0fcccdb272a334645ba3a7 (diff)
Enable C11 support
This uses the gnu11 standard, which is C11 with GNU extensions. Previously, gnu89 was being used, which is pretty ancient by now. C99 brings some important improvements, some of which were already available and used even without this option. C11 is more recent and brings more minor improvements. Most notable feature is the static_assert statement, allowing checking invariants at compiletime using the full C expressions.
Diffstat (limited to 'cores/arduino/USBCore.cpp')
0 files changed, 0 insertions, 0 deletions