it works expect warning in c
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user