Skip to content

Commit f44cecd

Browse files
committed
small change to test pull request rules working
1 parent de7c63a commit f44cecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edrumulus.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
5757

5858
// local variables and defines
5959
Edrumulus edrumulus;
60-
const int midi_channel = 10; // default for edrums is 10
60+
const int midi_channel = 10; // default for edrums is 10
6161
const int hihat_pad_idx = 2; // this definition should not be changed
6262
const int hihatctrl_pad_idx = 3; // this definition should not be changed
6363
int number_pads = number_pads4; // initialization value, may be overwritten by get_prototype_pins()

0 commit comments

Comments
 (0)