Bracket moved to next line

pull/5677/head
Bilal 2017-12-13 16:37:19 +05:00
parent 5c1623c9e1
commit 0469dfb892
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
#include "battery_charger_i2c.h"
BatteryChargerI2c::BatteryChargerI2c(PinName sda, PinName scl):_i2c(), _hz(100000) {
BatteryChargerI2c::BatteryChargerI2c(PinName sda, PinName scl):_i2c(), _hz(100000)
{
i2c_init(&_i2c, sda, scl);
}