Rollback WireBase.begin()

This commit is contained in:
lacklustrlabs 2017-11-18 12:37:11 +01:00
parent 719ab20a5f
commit b64029f1db
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include "WireBase.h"
#include "wirish.h"
void WireBase::begin(uint8 self_addr __attribute__((unused))) {
void WireBase::begin(uint8 self_addr) {
tx_buf_idx = 0;
tx_buf_overflow = false;
rx_buf_idx = 0;