Refactor serial class with templates (#20783)

This commit is contained in:
X-Ryl669 2021-01-28 09:02:06 +01:00 committed by GitHub
parent c929fb52dd
commit 3f01b222b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 782 additions and 948 deletions

View file

@ -84,6 +84,7 @@
#if defined(SERIAL_USB) && !HAS_SD_HOST_DRIVE
USBSerial SerialUSB;
DefaultSerial MSerial(false, SerialUSB);
#endif
uint16_t HAL_adc_result;