We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b23f5 commit de770c9Copy full SHA for de770c9
Drivers/Protocol/eb90_frame_for_driver_super.h
@@ -20,7 +20,7 @@
20
* |---------+-------+-------+------------------|
21
* | === Footer =============================== |
22
23
- * | N - 4 | 0 | 16 | CRC-16-IBM |
+ * | N - 4 | 0 | 16 | CRC-16-CCITT |
24
* | N - 2 | 0 | 16 | ETX |
25
26
*/
@@ -79,7 +79,7 @@ uint8_t EB90_FRAME_is_valid_crc_of_dssc(const DS_StreamConfig* p_stream_config);
79
80
/**
81
* @brief EB90 Frame の CRC の計算
82
- * @note CRC-16-IBM を使う
+ * @note CRC-16-CCITT を使う
83
* @param data: CRC を計算するデータのポインタ
84
* @param len: データ長
85
* @return CRC
0 commit comments