gnrc_rpl_srh: remove type define

The only usage was removed in parent and we now have a centralized
definition of the routing header types.
This commit is contained in:
Martine Lenders 2018-10-25 13:07:11 +02:00 committed by Martine Lenders
parent 274371c174
commit 521fa8d9cb

View File

@ -30,11 +30,6 @@
extern "C" { extern "C" {
#endif #endif
/**
* @brief Type for source routing header.
*/
#define GNRC_RPL_SRH_TYPE (3U)
/** /**
* @brief The RPL Source routing header. * @brief The RPL Source routing header.
* *