Skip to content

Commit 1b9f656

Browse files
committed
refactor(libraries/Wire): remove temporary comment
1 parent a787d49 commit 1b9f656

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/Wire/src/Wire.h

-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ class TwoWire: public HardwareI2C
9595
begin(-1, -1);
9696
}
9797

98-
/**
99-
* Fixme: it is necessary to determine whether it is possible to use without SOC_I2C_SUPPORT_SLAVE? !!!
100-
*/
10198
void begin(uint8_t address) override final
10299
{
103100
#if SOC_I2C_SUPPORT_SLAVE

0 commit comments

Comments
 (0)