Teensy 4.1 core updated for C++20

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