File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1414#ifdef STM32F2xx
1515#include "stm32f2xx_ll_usb.h"
1616#endif
17+ #ifdef STM32F3xx
18+ #include "stm32f3xx_ll_usb.h"
19+ #endif
1720#ifdef STM32F4xx
1821#include "stm32f4xx_ll_usb.h"
1922#endif
Original file line number Diff line number Diff line change 77#ifdef STM32F2xx
88#include "stm32f2xx_hal_exti.c"
99#endif
10+ #ifdef STM32F3xx
11+ #include "stm32f3xx_hal_exti.c"
12+ #endif
1013#ifdef STM32F4xx
1114#include "stm32f4xx_hal_exti.c"
1215#endif
Original file line number Diff line number Diff line change 11#ifdef STM32F0xx
22#include "stm32f0xx_hal_usart_ex.c"
33#endif
4+ #ifdef STM32F3xx
5+ #include "stm32f3xx_hal_usart_ex.c"
6+ #endif
47#ifdef STM32G0xx
58#include "stm32g0xx_hal_usart_ex.c"
69#endif
Original file line number Diff line number Diff line change 77#ifdef STM32F2xx
88#include "stm32f2xx_ll_usb.c"
99#endif
10+ #ifdef STM32F3xx
11+ #include "stm32f3xx_ll_usb.c"
12+ #endif
1013#ifdef STM32F4xx
1114#include "stm32f4xx_ll_usb.c"
1215#endif
You can’t perform that action at this time.
0 commit comments