Teensy 4.1 core updated for C++20

HardwareSerial2.cpp 121B

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