|
@@ -23,7 +23,7 @@ bool idle;
|
|
|
bool flagIgnoreRlsInt0, flagIgnoreRlsInt1;
|
|
|
|
|
|
//storage for the last state of the buttons and the proximity sensor
|
|
|
-int pinState[3] = {0, 0, 0};
|
|
|
+int pinState[3] = {1, 1, 1};
|
|
|
|
|
|
timer Int0Timer(&halInt0TimerHandler);
|
|
|
timer Int1Timer(&halInt1TimerHandler);
|