diff --git a/STM32F1/libraries/Wire/Wire.cpp b/STM32F1/libraries/Wire/Wire.cpp index fb17da9..7ab4e76 100644 --- a/STM32F1/libraries/Wire/Wire.cpp +++ b/STM32F1/libraries/Wire/Wire.cpp @@ -191,4 +191,4 @@ TwoWire::~TwoWire() { // Declare the instance that the users of the library can use //TwoWire Wire(SCL, SDA, SOFT_STANDARD); -TwoWire Wire(PB6, PB7, SOFT_FAST); +TwoWire Wire(PB6, PB7, SOFT_STANDARD);