소스 검색

fmtx: &H requires divisor

H. Peter Anvin 3 년 전
부모
커밋
92c11693ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 	case 'H':
 		/* Begin header block */
-		/* &H [divisor] */
+		/* &H divisor */
 		rx_blk->pause = (3*362) << BIT_PATTERN_LEN_LG2;
 		rx_blk->data.blktype = rx_blk->data.blkno = -1;
 		goto blk_common;