Skip to content

Commit 0469dfb

Browse files
committed
Bracket moved to next line
1 parent 5c1623c commit 0469dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/battery_charger_i2c.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
#include "battery_charger_i2c.h"
1818

19-
BatteryChargerI2c::BatteryChargerI2c(PinName sda, PinName scl):_i2c(), _hz(100000) {
19+
BatteryChargerI2c::BatteryChargerI2c(PinName sda, PinName scl):_i2c(), _hz(100000)
20+
{
2021
i2c_init(&_i2c, sda, scl);
2122
}
2223

0 commit comments

Comments
 (0)