Skip to content

Commit f530714

Browse files
authored
Merge pull request #4639 from theotherjimmy/fix-lrwan1-usbhal
Deduplicate USBHAL_STM_TARGET.h
2 parents e3e54e5 + 453d9ee commit f530714

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)