Browse Source

Fix bug in TWIBus ctor declaration

pull/1/head
Scott Lahteine 8 years ago
parent
commit
e523a0dc61
  1. 2
      Marlin/twibus.cpp

2
Marlin/twibus.cpp

@ -28,7 +28,7 @@
#include <Wire.h>
TWIBus::twibus() {
TWIBus::TWIBus() {
Wire.begin(); // We use no address so we will join the BUS as the master
this->reset();
}

Loading…
Cancel
Save