Skip to content

Commit 94c46b1

Browse files
committed
defined STM32L433xx
1 parent e25dfc0 commit 94c46b1

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/stm32l4xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
!defined (STM32L471xx) && !defined (STM32L475xx) && !defined (STM32L476xx) && !defined (STM32L485xx) && !defined (STM32L486xx) && \
8181
!defined (STM32L496xx) && !defined (STM32L4A6xx)
8282
/* #define STM32L431xx */ /*!< STM32L431xx Devices */
83-
#define STM32L432xx /*!< STM32L432xx Devices */
84-
/* #define STM32L433xx */ /*!< STM32L433xx Devices */
83+
/* #define STM32L432xx */ /*!< STM32L432xx Devices */
84+
#define STM32L433xx /*!< STM32L433xx Devices */
8585
/* #define STM32L442xx */ /*!< STM32L442xx Devices */
8686
/* #define STM32L443xx */ /*!< STM32L443xx Devices */
8787
/* #define STM32L451xx */ /*!< STM32L451xx Devices */

0 commit comments

Comments
 (0)