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.
Dependents: oldheating gps motorhome heating
Diff: ip6/icmp/ndp/ndp.cpp
- Revision:
- 51:007bd938f2c3
- Parent:
- 49:1a6336f2b3f9
- Child:
- 52:fbc5a46b5e16
--- a/ip6/icmp/ndp/ndp.cpp Fri Nov 03 16:19:15 2017 +0000
+++ b/ip6/icmp/ndp/ndp.cpp Fri Nov 03 18:14:06 2017 +0000
@@ -81,9 +81,6 @@
p += 4;
Ip6AddressCopy(NdpDnsServer, p);
break;
- default:
- LogF(" Unknown option %d\r\n", type);
- break;
}
return size * 8;
}