Merge pull request #441 from Cuyler36:fix_typo

Fix typo
This commit is contained in:
Cuyler36
2024-09-13 13:41:09 -04:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
typedef struct gyoei_type_s {
short size;
short search_area;
int byte_time;
int bite_time;
} aGYO_type_c;
// clang-format off