Remove testing line

This commit is contained in:
Josh Stewart 2013-09-24 23:31:18 +10:00
parent 534747c245
commit a3750d36f0
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ void setup()
//These assignments are based on the Arduino Mega AND VARY BETWEEN BOARDS. Please confirm the board you are using and update acordingly.
int triggerInterrupt = 0; // By default, use the first interrupt. The user should always have set things up (Or even better, use the recommended pinouts)
currentStatus.RPM = 0;
currentStatus.hasSync = true;
currentStatus.hasSync = false;
switch (pinTrigger) {