瀏覽代碼

Fix bug in TWIBus ctor declaration

Scott Lahteine 9 年之前
父節點
當前提交
e523a0dc61
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/twibus.cpp

+ 1
- 1
Marlin/twibus.cpp 查看文件

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

Loading…
取消
儲存