Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h
index 9c2d895c4..7598fb841 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac/ieee802154_enums.h
@@ -1,4 +1,4 @@
-/* Copyright [2009 - 2020] Exegin Technologies Limited. All rights reserved. */
+/* Copyright [2009 - 2021] Exegin Technologies Limited. All rights reserved. */
#ifndef IEEE802154_ENUMS_H
#define IEEE802154_ENUMS_H
@@ -72,14 +72,4 @@
#define WPAN_CHANNELPAGE_SUN 9U
-/*----------------------------------------------------------------------------
- * CRC
- *----------------------------------------------------------------------------
- */
-#define WPAN_CRC_POLYNOMIAL 0x1021U
-#define WPAN_CRC_INITIAL 0x0000U
-#define WPAN_CRC_XOROUT 0x0000U
-
-uint16_t WpanCrc(uint16_t crc, const void *dataPtr, unsigned int dataLen);
-
#endif