Skip to content

Commit 453d9ee

Browse files
committed
Deduplicate USBHAL_STM_TARGET.h
1 parent c9647e0 commit 453d9ee

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

features/unsupported/USBDevice/USBDevice/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/USBHAL_STM_TARGET.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

features/unsupported/USBDevice/USBDevice/TARGET_STM/USBHAL_STM_TARGET.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
#elif defined(TARGET_DISCO_L053C8)
3232
#include "USBHAL_STM32L053C8.h"
3333

34+
#elif defined(TARGET_DISCO_L072CZ_LRWAN1)
35+
#include "USBHAL_STM32L072CZ.h"
36+
3437
#else /* default configuration */
3538
#include "USBHAL_STM_144_64pins.h"
3639

0 commit comments

Comments
 (0)