Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Mar 8, 2024
1 parent 9cbb9db commit 95ad4d8
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 @@ -83,7 +83,7 @@ void setup()
#endif
#ifdef USE_MIDI
# ifdef USE_TINYUSB
TinyUSBDevice.setProductDescriptor("Edrumulus");
TinyUSBDevice.setProductDescriptor ( "Edrumulus" );
# endif
MYMIDI.begin();
#endif
Expand Down

0 comments on commit 95ad4d8

Please sign in to comment.