Sfoglia il codice sorgente

Add more new C++11 keywords

teensy4-core
PaulStoffregen 8 anni fa
parent
commit
587be2dd07
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      keywords.txt

+ 6
- 0
keywords.txt Vedi File

# language keywords - Arduino doesn't define these, but probably should # language keywords - Arduino doesn't define these, but probably should
volatile LITERAL2 volatile LITERAL2
constexpr LITERAL2 constexpr LITERAL2
alignas LITERAL2
alignof LITERAL2
nullptr LITERAL2
noexcept LITERAL2
static_assert LITERAL2
thread_local LITERAL2


# teensy specific functions # teensy specific functions
elapsedMillis LITERAL2 elapsedMillis LITERAL2

Loading…
Annulla
Salva