Skip to content

Commit

Permalink
fix BUG in device's name.
Browse files Browse the repository at this point in the history
  • Loading branch information
garubi committed Nov 19, 2018
1 parent 8fcd031 commit 7806ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion name.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Edit these lines to create your own name. The length must
// match the number of characters in your custom name.

#define MIDI_NAME {'U','B','I','S','t','a','g','e',' ', 'D','r','a','w','b','a','r','s', ' ', 'C','o','m','m','a','n','d',e','r'}
#define MIDI_NAME {'U','B','I','S','t','a','g','e',' ', 'D','r','a','w','b','a','r','s', ' ', 'C','o','m','m','a','n','d','e','r'}
#define MIDI_NAME_LEN 27

// Do not change this part. This exact format is required by USB.
Expand Down

0 comments on commit 7806ef9

Please sign in to comment.