mirror of https://github.com/ARMmbed/mbed-os.git
Bracket moved to next line
parent
5c1623c9e1
commit
0469dfb892
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue