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 cedb608

Browse files
committedOct 22, 2019
[MP1] Add #include in stm32yyxx_HAL/LL files
1 parent b80192f commit cedb608

File tree

68 files changed

+204
-0
lines changed

Some content is hidden

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

68 files changed

+204
-0
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 STM32MP1xx
45+
#include "stm32mp1xx_ll_adc.h"
46+
#endif
4447
#ifdef STM32WBxx
4548
#include "stm32wbxx_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 STM32MP1xx
45+
#include "stm32mp1xx_ll_bus.h"
46+
#endif
4447
#ifdef STM32WBxx
4548
#include "stm32wbxx_ll_bus.h"
4649
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.