Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DhcpServer by
Diff: DhcpServer.cpp
- Revision:
- 3:bdea854c0ec8
- Parent:
- 2:4a34731d231e
- Child:
- 4:ac6385f9f2db
--- a/DhcpServer.cpp Tue Jun 20 10:32:37 2017 +0000
+++ b/DhcpServer.cpp Fri Jun 23 11:44:52 2017 +0000
@@ -114,7 +114,7 @@
}
}
-DhcpServer::DhcpServer(NetworkInterface *net, char * name) :
+DhcpServer::DhcpServer(NetworkInterface *net, const char * name) :
dhcp_server(net), dhcpThread(osPriorityNormal, (1024 * 8)) {
uint32_t i;
uint32_t len;
