Set Settings::SerialFormat to uint16_t

This commit is contained in:
Adrien Fauconnet 2021-01-18 00:17:43 +00:00
parent 28fd7f4273
commit 7e58b9df75
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ struct DefaultSettings
Default is SERIAL_8N1 Default is SERIAL_8N1
*/ */
static const uint8_t SerialFormat = SERIAL_8N1; static const uint16_t SerialFormat = SERIAL_8N1;
#endif #endif
}; };