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 b7526af

Browse files
committedNov 23, 2018
[L0] Add LL USB to wrapper files
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent d01fbf6 commit b7526af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎cores/arduino/stm32/LL/stm32yyxx_ll_usb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
#ifdef STM32F7xx
1111
#include "stm32f7xx_ll_usb.c"
1212
#endif
13+
#ifdef STM32L0xx
14+
#include "stm32l0xx_ll_usb.c"
15+
#endif
1316
#ifdef STM32L4xx
1417
#include "stm32l4xx_ll_usb.c"
1518
#endif

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#ifdef STM32F7xx
1414
#include "stm32f7xx_ll_usb.h"
1515
#endif
16+
#ifdef STM32L0xx
17+
#include "stm32l0xx_ll_usb.h"
18+
#endif
1619
#ifdef STM32L4xx
1720
#include "stm32l4xx_ll_usb.h"
1821
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.