Fix typo in Hardware end()

This commit is contained in:
Roger Clark 2017-06-13 08:32:56 +10:00
parent cc355255ac
commit 7487d96f70
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void HardWire::begin(uint8 self_addr) {
i2c_master_enable(sel_hard, dev_flags);
}
void HardWire:end() {
void HardWire::end() {
i2c_disable(sel_hard);
sel_hard = 0;
}