File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
connectivity/nanostack/mbed-mesh-api/mbed-mesh-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
class Nanostack ::Interface : public OnboardNetworkStack::Interface, private mbed::NonCopyable<Nanostack::Interface> {
27
27
public:
28
28
nsapi_error_t get_ip_address (SocketAddress *address) final ;
29
- char *get_mac_address (char *buf, nsapi_size_t buflen) final ;
30
- nsapi_error_t set_mac_address (uint8_t *buf, nsapi_size_t buflen) final ;
29
+ char *get_mac_address (char *buf, nsapi_size_t buflen);
30
+ nsapi_error_t set_mac_address (uint8_t *buf, nsapi_size_t buflen);
31
31
nsapi_error_t get_netmask (SocketAddress *address) final ;
32
32
nsapi_error_t get_gateway (SocketAddress *address) override ;
33
33
void attach (mbed::Callback<void (nsapi_event_t , intptr_t )> status_cb) final ;
You can’t perform that action at this time.
0 commit comments