Skip to content

Commit a12f4bc

Browse files
authored
fix(wire): removing commentary
1 parent dbf9750 commit a12f4bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Wire/src/Wire.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class TwoWire : public HardwareI2C {
7373
private:
7474
#if SOC_I2C_SUPPORT_SLAVE
7575
bool is_slave;
76-
// functional pointers for user callbacks
7776
std::function<void()> user_onRequest;
7877
std::function<void(int)> user_onReceive;
7978
static void onRequestService(uint8_t, void *);

0 commit comments

Comments
 (0)