Skip to content

Commit affe137

Browse files
committed
Remove useless Wire library inclusion
While enableWakeupFrom(TwoWire *wire, voidFuncPtrVoid callback) is not implemented it is not required. This prevents to build the Wire library. Fix #39 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 3f3cd07 commit affe137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/STM32LowPower.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#endif
5050

5151
#include "STM32RTC.h"
52-
#include "Wire.h"
5352

5453
enum LP_Mode : uint8_t {
5554
IDLE_MODE,

0 commit comments

Comments
 (0)