Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c517678

Browse files
committedDec 3, 2020
[L5] Update wrapped files
Signed-off-by: Francois Ramu <[email protected]>
1 parent 44a2aa7 commit c517678

File tree

124 files changed

+700
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+700
-327
lines changed
 

‎cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_adc.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_adc.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_adc.h"
4649
#endif

‎cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_bus.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_bus.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_bus.h"
4649
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.