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: action.h
- Revision:
- 57:e0fb648acf48
- Parent:
- 37:793b39683406
- Child:
- 105:ef2dd21d808c
--- a/action.h Tue Nov 14 17:43:08 2017 +0000 +++ b/action.h Tue Nov 28 17:05:46 2017 +0000 @@ -7,12 +7,13 @@ #define UNICAST_DNS 2 #define UNICAST_DHCP 3 #define UNICAST_NTP 4 -#define MULTICAST_NODE 5 -#define MULTICAST_ROUTER 6 -#define MULTICAST_MDNS 7 -#define MULTICAST_LLMNR 8 -#define SOLICITED_NODE 9 -#define BROADCAST 10 +#define UNICAST_TFTP 5 +#define MULTICAST_NODE 6 +#define MULTICAST_ROUTER 7 +#define MULTICAST_MDNS 8 +#define MULTICAST_LLMNR 9 +#define SOLICITED_NODE 10 +#define BROADCAST 11 /* If DO_NOTHING then no other flags may be set.