Browse Source

Add constexpr to keywords

teensy4-core
PaulStoffregen 7 years ago
parent
commit
e13b4eb879
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keywords.txt

+ 1
- 0
keywords.txt View File

@@ -1,6 +1,7 @@

# language keywords - Arduino doesn't define these, but probably should
volatile LITERAL2
constexpr LITERAL2

# teensy specific functions
elapsedMillis LITERAL2

Loading…
Cancel
Save