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/core/inc/zigbee_config.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/core/inc/zigbee_config.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/core/inc/zigbee_config.h b/Middlewares/ST/STM32_WPAN/zigbee/core/inc/zigbee_config.h
deleted file mode 100644
index 461248184..000000000
--- a/Middlewares/ST/STM32_WPAN/zigbee/core/inc/zigbee_config.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/******************************************************************************
- * @file 802_15_4_mac_config.h
- * @author MDG-RF Team
- * @brief Header for mac interface types
- ******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
- *
- ******************************************************************************
- */
-
-#ifndef _ZIGBEE_CONFIG_H
-#define _ZIGBEE_CONFIG_H
-
-#include <stdint.h>
-
-#endif /* _ZIGBEE_CONFIG_H */