Teensy 4.1 core updated for C++20

11 rindas
156B

  1. #include "HardwareSerial.h"
  2. #ifdef HAS_KINETISK_UART4
  3. HardwareSerial5 Serial5;
  4. void serialEvent5() __attribute__((weak));
  5. void serialEvent5() {}
  6. #endif