Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Jun 7, 2024
1 parent 802d5a6 commit 692f2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edrumulus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ void setup()
#endif

edrumulus.setup ( number_pads, analog_pins, analog_pins_rimshot );
digitalWrite ( status_LED_pin, LOW ); // set board LED to low right after setup is done
read_settings();
digitalWrite ( status_LED_pin, LOW ); // set board LED to low right after setup is done
}


Expand Down

0 comments on commit 692f2f2

Please sign in to comment.