mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 16:39:52 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -57,7 +57,7 @@ enum
|
||||
#define MAX_RSS(_rss1, _rss2) (((_rss1) < (_rss2)) ? (_rss2) : (_rss1))
|
||||
#define ABS(value) (((value) >= 0) ? (value) : -(value))
|
||||
|
||||
// This struct contains RSS values and test data for checking link quality info calss.
|
||||
// This struct contains RSS values and test data for checking link quality info class.
|
||||
struct RssTestData
|
||||
{
|
||||
const int8_t *mRssList; // Array of RSS values.
|
||||
|
||||
Reference in New Issue
Block a user