Skip to content

Commit 7487d96

Browse files
Fix typo in Hardware end()
1 parent cc35525 commit 7487d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F1/libraries/Wire/HardWire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void HardWire::begin(uint8 self_addr) {
7676
i2c_master_enable(sel_hard, dev_flags);
7777
}
7878

79-
void HardWire:end() {
79+
void HardWire::end() {
8080
i2c_disable(sel_hard);
8181
sel_hard = 0;
8282
}

0 commit comments

Comments
 (0)