mirror of
https://github.com/synthetos/g2.git
synced 2026-09-23 12:14:09 +08:00
Work on issue #225 - added a xio_flush_to_command() and call in in certain conditions
This commit is contained in:
@@ -236,7 +236,7 @@ static void _dispatch_kernel(const devflags_t flags)
|
||||
|
||||
// trap single character commands
|
||||
if (*cs.bufp == '!') { cm_request_feedhold(); }
|
||||
else if (*cs.bufp == '%') { cm_request_queue_flush(); }
|
||||
else if (*cs.bufp == '%') { cm_request_queue_flush(); xio_flush_to_command(); }
|
||||
else if (*cs.bufp == '~') { cm_request_end_hold(); }
|
||||
else if (*cs.bufp == EOT) { cm_alarm(STAT_KILL_JOB, "EOT Received"); }
|
||||
else if (*cs.bufp == ENQ) { controller_request_enquiry(); }
|
||||
|
||||
Reference in New Issue
Block a user