Skip to content

Commit de770c9

Browse files
committed
fix crc frame document
1 parent 36b23f5 commit de770c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Drivers/Protocol/eb90_frame_for_driver_super.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* |---------+-------+-------+------------------|
2121
* | === Footer =============================== |
2222
* |---------+-------+-------+------------------|
23-
* | N - 4 | 0 | 16 | CRC-16-IBM |
23+
* | N - 4 | 0 | 16 | CRC-16-CCITT |
2424
* | N - 2 | 0 | 16 | ETX |
2525
* |---------+-------+-------+------------------|
2626
*/
@@ -79,7 +79,7 @@ uint8_t EB90_FRAME_is_valid_crc_of_dssc(const DS_StreamConfig* p_stream_config);
7979

8080
/**
8181
* @brief EB90 Frame の CRC の計算
82-
* @note CRC-16-IBM を使う
82+
* @note CRC-16-CCITT を使う
8383
* @param data: CRC を計算するデータのポインタ
8484
* @param len: データ長
8585
* @return CRC

0 commit comments

Comments
 (0)