Teensy 4.1 core updated for C++20

7 line
121B

  1. #include "HardwareSerial.h"
  2. HardwareSerial2 Serial2;
  3. void serialEvent2() __attribute__((weak));
  4. void serialEvent2() {}