Skip to content

Commit

Permalink
Default MODE_LED_SINGLE_PIN to A1
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkoPera committed Dec 5, 2016
1 parent 81aa9a3 commit 3838568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MegaDrivePlusPlus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ enum __attribute__ ((__packed__)) PadButton {
* Basically, the single led is blinked 1-3 times according to which mode is set
* (1 is EUR, see enum VideoMode below).
*/
//#define MODE_LED_SINGLE_PIN 3
//#define MODE_LED_SINGLE_PIN A1

/* Presses of the reset button longer than this amount of milliseconds will
* switch to the next mode, shorter presses will reset the console.
Expand Down

0 comments on commit 3838568

Please sign in to comment.