mirror of https://github.com/ARMmbed/mbed-os.git
Replacing formatting issues
parent
01808db8ff
commit
01ec0da7f2
|
@ -100,13 +100,13 @@ RTWInterface::RTWInterface(bool debug)
|
||||||
}
|
}
|
||||||
emac->ops.power_up(emac);
|
emac->ops.power_up(emac);
|
||||||
if (_inited == false) {
|
if (_inited == false) {
|
||||||
ret = mbed_lwip_init(emac);
|
ret = mbed_lwip_init(emac);
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
printf("Error init RTWInterface!(%d)\r\n", ret);
|
printf("Error init RTWInterface!(%d)\r\n", ret);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_inited = true;
|
_inited = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RTWInterface::~RTWInterface()
|
RTWInterface::~RTWInterface()
|
||||||
|
|
Loading…
Reference in New Issue