Skip to content

Commit

Permalink
Remove duplicated debounce variable
Browse files Browse the repository at this point in the history
Removed debounce variable from BrickPiA.
  • Loading branch information
Dexter Industries committed Sep 15, 2014
1 parent f816dd0 commit b6b2240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware_BrickPi/Firmware_2.0/BrickPiA/BrickPiA.cpp
Expand Up @@ -13,7 +13,7 @@
*/

#include "BrickPiA.h"
int nxt_debounce[] = {0,0}; // Hold the last value of the EV3 touch sensor.
// int nxt_debounce[] = {0,0}; // Hold the last value of the EV3 touch sensor.

uint8_t A_Setup(){
ADCSRA &= ~(1 << ADPS0); // This bit is automatically set by Arduino
Expand Down

0 comments on commit b6b2240

Please sign in to comment.