]> mj.ucw.cz Git - home-hw.git/blobdiff - bsb/firmware/main.c
BSB: Cleanup
[home-hw.git] / bsb / firmware / main.c
index 84fce5401878148e2dcbbf1d0b69a101d8ef28fd..bb0c48e53bf140ae98ade0e46e9da73180760dbf 100644 (file)
@@ -432,7 +432,7 @@ static void bsb_send(byte *buf, uint len)
 static void bsb_check_reply(void)
 {
        // Match received frame in bsb_rx_status_and_frame to expected replies
-       // and set the status byte in byte 0.
+       // and set the status in byte 0.
 
        byte *frame = bsb_rx_status_and_frame + 1;
        // XXX: This might be executed too fast, so we can still be in TX_STATE_SENT