Explorar o código

fmtx: &H requires divisor

H. Peter Anvin %!s(int64=3) %!d(string=hai) anos
pai
achega
92c11693ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      USBCAS/fmtx.c

+ 1 - 1
USBCAS/fmtx.c

@@ -176,7 +176,7 @@ static uint8_t do_cmd(uint8_t cmd, const uint16_t *arg)
 		return rx_idle;
 		return rx_idle;
 	case 'H':
 	case 'H':
 		/* Begin header block */
 		/* Begin header block */
-		/* &H [divisor] */
+		/* &H divisor */
 		rx_blk->pause = (3*362) << BIT_PATTERN_LEN_LG2;
 		rx_blk->pause = (3*362) << BIT_PATTERN_LEN_LG2;
 		rx_blk->data.blktype = rx_blk->data.blkno = -1;
 		rx_blk->data.blktype = rx_blk->data.blkno = -1;
 		goto blk_common;
 		goto blk_common;