Fork for fixes
Diff: utility/uip.h
- Revision:
- 9:a156d3de5647
- Parent:
- 8:4acb22344932
- Child:
- 11:647d53d146f1
diff -r 4acb22344932 -r a156d3de5647 utility/uip.h --- a/utility/uip.h Fri Jun 30 19:51:28 2017 +0000 +++ b/utility/uip.h Tue Aug 27 15:01:10 2019 +0000 @@ -1416,20 +1416,14 @@ timer has fired. These values are never used directly, but only in the macrose defined in this file. */ -#define UIP_DATA 1 /* Tells UIP that there is incoming - data in the uip_buf buffer. The - length of the data is stored in the - global variable uip_len. */ - -#define UIP_TIMER 2 /* Tells UIP that the periodic timer - has fired. */ - -#define UIP_POLL_REQUEST 3 /* Tells UIP that a connection should - be polled. */ - -#define UIP_UDP_SEND_CONN 4 /* Tells UIP that a UDP datagram - should be constructed in the - uip_buf buffer. */ +#define UIP_DATA 1 /* Tells UIP that there is incoming + data in the uip_buf buffer. The + length of the data is stored in the + global variable uip_len. + */ +#define UIP_TIMER 2 /* Tells UIP that the periodic timer has fired. */ +#define UIP_POLL_REQUEST 3 /* Tells UIP that a connection should be polled. */ +#define UIP_UDP_SEND_CONN 4 /* Tells UIP that a UDP datagram should be constructed in the uip_buf buffer. */ #if UIP_UDP #define UIP_UDP_TIMER 5