Minor fix related to spindle_stop() crashing abort in certain cases.
- Updated spindle_stop() to fix abort bug and to be more in line with v0.8.
This commit is contained in:
parent
86cdae0060
commit
d3be216931
5 changed files with 24 additions and 16 deletions
2
serial.c
2
serial.c
|
|
@ -200,4 +200,4 @@ void serial_reset_read_buffer()
|
|||
#if ENABLE_XONXOFF
|
||||
flow_ctrl = XON_SENT;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue