Browse Source

Allow send to i2c address 0 (broadcast)

Scott Lahteine 7 years ago
parent
commit
68b46fb2c9
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/twibus.cpp

+ 0
- 2
Marlin/twibus.cpp View File

77
 }
77
 }
78
 
78
 
79
 void TWIBus::send() {
79
 void TWIBus::send() {
80
-  if (!this->addr) return;
81
-
82
   #if ENABLED(DEBUG_TWIBUS)
80
   #if ENABLED(DEBUG_TWIBUS)
83
     debug(PSTR("send"), this->addr);
81
     debug(PSTR("send"), this->addr);
84
   #endif
82
   #endif

Loading…
Cancel
Save