Make var const

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2026-08-15 01:25:28 +01:00
parent b7fc06ce5b
commit 9d1faa9a23
+1 -1
View File
@@ -68,7 +68,7 @@ void sonicare_scene_read_complete_on_enter(void* context) {
"Gentle Clean, White" "Gentle Clean, White"
}; };
int brush_names_max = sizeof(brush_names)/sizeof(brush_names[0]); const int brush_names_max = sizeof(brush_names)/sizeof(brush_names[0]);
/* DEBUG STRING LENGTHS /* DEBUG STRING LENGTHS
for (int i=0; i<brush_names_max; i++) { for (int i=0; i<brush_names_max; i++) {