From 4b9c565b581480235baafc878baa5af6467ef86f Mon Sep 17 00:00:00 2001 From: Cuyler36 <24523422+Cuyler36@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:40:48 -0400 Subject: [PATCH] Fix typo --- src/ac_gyoei_type.c_inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ac_gyoei_type.c_inc b/src/ac_gyoei_type.c_inc index 29b24483..c2e64738 100644 --- a/src/ac_gyoei_type.c_inc +++ b/src/ac_gyoei_type.c_inc @@ -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