rtio: cleanup RTIOBusy message

This commit is contained in:
Robert Jördens 2016-03-09 13:42:32 +01:00
parent db5231216d
commit bf188d05bf
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ static void rtio_process_exceptional_status(
if(status & RTIO_O_STATUS_BUSY) { if(status & RTIO_O_STATUS_BUSY) {
rtio_o_busy_reset_write(1); rtio_o_busy_reset_write(1);
artiq_raise_from_c("RTIOBusy", artiq_raise_from_c("RTIOBusy",
"RTIO busy at {0} mu, channel {1}", "RTIO busy on channel {0}",
timestamp, channel, 0); channel, 0, 0);
} }
} }