Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
More would need to be patched out (and we might do something with the MIDI Out in the future)
  • Loading branch information
probonopd authored Dec 9, 2023
1 parent a8f8740 commit 0d331bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ fi
sed -i -e 's|"Circle"|"probonopd"|g' circle-stdlib/libs/circle/lib/usb/gadget/usbmidigadget.cpp
sed -i -e 's|"MIDI Gadget"|"MiniDexed"|g' circle-stdlib/libs/circle/lib/usb/gadget/usbmidigadget.cpp

# Disable the MIDI Output as it is currently unused
sed -i -e 's|m_pEP\[EPOut\]->AttachInterface|// m_pEP[EPOut]->AttachInterface|g' circle-stdlib/libs/circle/lib/usb/gadget/usbmidigadget.cpp

# Build circle-stdlib library
cd circle-stdlib/
make mrproper || true
Expand Down

0 comments on commit 0d331bd

Please sign in to comment.