Skip to content

Commit 311330e

Browse files
committed
refactor(libraries/Wire): remove unnecessary empty lines
1 parent bca2887 commit 311330e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: libraries/Wire/src/Wire.h

-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class TwoWire: public HardwareI2C
105105
#endif
106106
}
107107

108-
109108
bool end() override;
110109

111110
bool setClock(uint32_t freq) override;
@@ -119,7 +118,6 @@ class TwoWire: public HardwareI2C
119118

120119
void onReceive(void(*)(int)) override;
121120
void onRequest(void(*)(void)) override;
122-
123121

124122
//call setPins() first, so that begin() can be called without arguments from libraries
125123
bool setPins(int sda, int scl);
@@ -136,8 +134,6 @@ class TwoWire: public HardwareI2C
136134

137135
uint32_t getClock();
138136

139-
140-
141137
size_t write(uint8_t) override;
142138
size_t write(const uint8_t *, size_t) override;
143139
int available() override;

0 commit comments

Comments
 (0)