Patch add rtos namespace

pull/14471/head
Martino Facchin 2021-03-16 11:01:35 +01:00 committed by pennam
parent 7cdf97492a
commit ebbbcabb05
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ private:
NetworkStack *_nstack = NULL;
NetworkInterface *_niface = NULL;
UDPSocket _socket;
Thread _thread;
rtos::Thread _thread;
bool _running = false;
cy_ip_addr_t _available_addr;