it works expect warning in c

This commit is contained in:
hugogogo
2025-03-04 18:46:18 +01:00
parent 70b5c232ff
commit e42b012b2e

View File

@@ -74,7 +74,7 @@ int main() {
MODE_INPUT(D, SW2);
int value = 0;
int max = 16;
int max = 15;
int min = 0;
IncrementParams params = {&value, max};