Merge pull request #9283 from thinkyhead/bf2_jgaurora_configs

[2.0.x] Add JGAurora A5 support
This commit is contained in:
Scott Lahteine
2018-01-22 02:21:56 -06:00
committed by GitHub
61 changed files with 3663 additions and 30 deletions

View File

@ -69,7 +69,7 @@
uint8_t xon_xoff_state = XON_XOFF_CHAR_SENT | XON_CHAR;
#endif
void clear_command_queue();
void clear_command_queue();
#if ENABLED(SERIAL_STATS_DROPPED_RX)
uint8_t rx_dropped_bytes = 0;
@ -391,7 +391,7 @@
// may be written to rx_buffer_tail, making the buffer appear full rather than empty.
CRITICAL_SECTION_START;
rx_buffer.head = rx_buffer.tail = 0;
clear_command_queue();
clear_command_queue();
CRITICAL_SECTION_END;
#if ENABLED(SERIAL_XON_XOFF)