Skip to content

Commit

Permalink
Patch add rtos namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm authored and pennam committed May 4, 2021
1 parent b8f592c commit abb6dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CyDhcpServer {
NetworkStack *_nstack = NULL;
NetworkInterface *_niface = NULL;
UDPSocket _socket;
Thread _thread;
rtos::Thread _thread;
bool _running = false;

cy_ip_addr_t _available_addr;
Expand Down

0 comments on commit abb6dc2

Please sign in to comment.