Browse Source

Allow send to i2c address 0 (broadcast)

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

2
Marlin/twibus.cpp

@ -77,8 +77,6 @@ void TWIBus::addstring(char str[]) {
}
void TWIBus::send() {
if (!this->addr) return;
#if ENABLED(DEBUG_TWIBUS)
debug(PSTR("send"), this->addr);
#endif

Loading…
Cancel
Save