mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
fix uarttune parsing
This commit is contained in:
@@ -727,7 +727,7 @@ global_settings::ConfigParse(cParser &Parser) {
|
|||||||
}
|
}
|
||||||
else if (token == "uarttune")
|
else if (token == "uarttune")
|
||||||
{
|
{
|
||||||
Parser.getTokens(16);
|
Parser.getTokens(18);
|
||||||
Parser
|
Parser
|
||||||
>> uart_conf.mainbrakemin >> uart_conf.mainbrakemax
|
>> uart_conf.mainbrakemin >> uart_conf.mainbrakemax
|
||||||
>> uart_conf.localbrakemin >> uart_conf.localbrakemax
|
>> uart_conf.localbrakemin >> uart_conf.localbrakemax
|
||||||
|
|||||||
Reference in New Issue
Block a user