forget to save before committing :)

This commit is contained in:
Thomas Jentzsch 2021-09-09 17:15:50 +02:00
parent 48a123a294
commit a40bcda609
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
MindLink::MindLink(Jack jack, const Event& event, const System& system)
: Controller(jack, event, system, Controller::Type::MindLink)
{
setPin(DigitalPin::One, true);
setPin(DigitalPin::Two, true);
setPin(DigitalPin::Three, true);
setPin(DigitalPin::Four, true);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -