Skip to content

Commit 9e61108

Browse files
committed
Revert C++17 update
This needs to wait until the n-able-Arduino core is updated.
1 parent 14861ac commit 9e61108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/frameworks/arduino/nrf5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
env.Append(
3535
ASFLAGS=["-x", "assembler-with-cpp"],
3636

37-
CFLAGS=["-std=gnu17"],
37+
CFLAGS=["-std=gnu11"],
3838

3939
CCFLAGS=[
4040
"-Os", # optimize for size
@@ -50,7 +50,7 @@
5050
CXXFLAGS=[
5151
"-fno-rtti",
5252
"-fno-exceptions",
53-
"-std=gnu++17",
53+
"-std=gnu++11",
5454
"-fno-threadsafe-statics"
5555
],
5656

0 commit comments

Comments
 (0)