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/utilities/utilities_common.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/utilities/utilities_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Middlewares/ST/STM32_WPAN/utilities/utilities_common.h b/Middlewares/ST/STM32_WPAN/utilities/utilities_common.h
index 18163c36b..ac6c4323c 100644
--- a/Middlewares/ST/STM32_WPAN/utilities/utilities_common.h
+++ b/Middlewares/ST/STM32_WPAN/utilities/utilities_common.h
@@ -143,7 +143,7 @@ extern "C" {
#define PACKED_STRUCT struct PACKED__
#elif defined (__ICCARM__)
#define PACKED_STRUCT __packed struct
-#elif
+#else
#define PACKED_STRUCT __packed struct
#endif