From 9fe6b9ac991abfea293b2eb3db52650bf8cddf6d Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Mon, 4 May 2020 18:53:51 -0500 Subject: [PATCH] ieee802154: add MR-FSK PHR length definition Signed-off-by: Jean Pierre Dudey --- sys/include/net/ieee802154.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/net/ieee802154.h b/sys/include/net/ieee802154.h index 0d8154f08c..7a041ddf4f 100644 --- a/sys/include/net/ieee802154.h +++ b/sys/include/net/ieee802154.h @@ -120,6 +120,8 @@ extern "C" { */ #define IEEE802154_RADIO_RSSI_OFFSET (-174) +#define IEEE802154_PHY_MR_FSK_PHR_LEN (2) /**< MR-FSK PHY header length */ + /** * For the SUN PHYs, the value is 1 ms expressed in symbol periods, rounded * up to the next integer number of symbol periods using the ceiling() function.