We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01808db commit 01ec0daCopy full SHA for 01ec0da
targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp
@@ -100,13 +100,13 @@ RTWInterface::RTWInterface(bool debug)
100
}
101
emac->ops.power_up(emac);
102
if (_inited == false) {
103
- ret = mbed_lwip_init(emac);
104
- if (ret != 0) {
105
- printf("Error init RTWInterface!(%d)\r\n", ret);
106
- return;
107
- }
108
- _inited = true;
109
+ ret = mbed_lwip_init(emac);
+ if (ret != 0) {
+ printf("Error init RTWInterface!(%d)\r\n", ret);
+ return;
+ }
+ _inited = true;
110
111
112
RTWInterface::~RTWInterface()
0 commit comments