Fix typos in source code (#2258)

This commit is contained in:
yan0f
2023-01-06 19:06:50 +03:00
committed by GitHub
parent 41c43f4805
commit 9740dd8c75
13 changed files with 15 additions and 15 deletions

View File

@@ -88,7 +88,7 @@ static bool protocol_pyramid_can_be_decoded(uint8_t* data) {
}
uint8_t fmt_len = 105 - j;
// Only suppport 26bit format for now
// Only support 26bit format for now
if(fmt_len != 26) return false;
return true;