Skip to content

Commit 339846a

Browse files
committed
STM32WB cleanup
- BLE feature is mandatory - remove clock source selection - license alignment - startup file from Cube delivery - linker script alignement
1 parent 8f6171f commit 339846a

25 files changed

+515
-843
lines changed

targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/STM32_WPAN/stm32_wpan_common.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@
2626
extern "C" {
2727
#endif
2828

29-
#if defined ( __CC_ARM )
30-
#define __ASM __asm /*!< asm keyword for ARM Compiler */
31-
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
32-
#define __STATIC_INLINE static __inline
33-
#elif defined ( __ICCARM__ )
34-
#define __ASM __asm /*!< asm keyword for IAR Compiler */
35-
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
36-
#define __STATIC_INLINE static inline
37-
#elif defined ( __GNUC__ )
38-
#define __ASM __asm /*!< asm keyword for GNU Compiler */
39-
#define __INLINE inline /*!< inline keyword for GNU Compiler */
40-
#define __STATIC_INLINE static inline
41-
#endif
42-
4329
#include <stdint.h>
4430
#include <string.h>
4531
#include <stdio.h>

0 commit comments

Comments
 (0)