Skip to content

Commit 11a1703

Browse files
Fix default_interface compilation error
1 parent 8424bec commit 11a1703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266Interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ nsapi_connection_status_t ESP8266Interface::get_connection_status() const
579579
#if MBED_CONF_ESP8266_PROVIDE_DEFAULT
580580

581581
WiFiInterface *WiFiInterface::get_default_instance() {
582-
static ESP8266Interface esp();
582+
static ESP8266Interface esp;
583583
return &esp;
584584
}
585585

0 commit comments

Comments
 (0)