Set Settings::SerialFormat to uint16_t
This commit is contained in:
parent
28fd7f4273
commit
7e58b9df75
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue