Teensy 4.1 core updated for C++20

7 lines
120B

  1. #include "HardwareSerial.h"
  2. HardwareSerial Serial1;
  3. void serialEvent1() __attribute__((weak));
  4. void serialEvent1() {}