Teensy 4.1 core updated for C++20

пре 11 година
123
  1. #ifndef _delay_ms
  2. #define _delay_ms(n) delay(n)
  3. #endif