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:
Sonny Jeon
2012-03-10 12:34:09 -07:00
parent 86cdae0060
commit d3be216931
5 changed files with 24 additions and 16 deletions

View File

@ -200,4 +200,4 @@ void serial_reset_read_buffer()
#if ENABLE_XONXOFF
flow_ctrl = XON_SENT;
#endif
}
}