Procházet zdrojové kódy

Fix bug in TWIBus ctor declaration

Scott Lahteine před 8 roky
rodič
revize
e523a0dc61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/twibus.cpp

+ 1
- 1
Marlin/twibus.cpp Zobrazit soubor

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

Loading…
Zrušit
Uložit