File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ specific memorymap.h header before including this header file.*/
28
28
/** @cond */
29
29
#ifdef UNICOREMX_TIMER_H
30
30
/** @endcond */
31
- #ifndef UNICOREMX_TIMER_COMMON_F24_H
32
- #define UNICOREMX_TIMER_COMMON_F24_H
31
+ #ifndef UNICOREMX_TIMER_COMMON_F247_H
32
+ #define UNICOREMX_TIMER_COMMON_F247_H
33
33
34
34
#include <unicore-mx/stm32/common/timer_common_all.h>
35
35
@@ -106,7 +106,7 @@ END_DECLS
106
106
#endif
107
107
/** @cond */
108
108
#else
109
- #warning "timer_common_f24 .h should not be included directly, only via timer.h"
109
+ #warning "timer_common_f247 .h should not be included directly, only via timer.h"
110
110
#endif
111
111
/** @endcond */
112
112
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LGPL License Terms @ref lgpl_license
32
32
#ifndef UNICOREMX_TIMER_H
33
33
#define UNICOREMX_TIMER_H
34
34
35
- #include <unicore-mx/stm32/common/timer_common_f24 .h>
35
+ #include <unicore-mx/stm32/common/timer_common_f247 .h>
36
36
37
37
#endif
Original file line number Diff line number Diff line change 32
32
#ifndef UNICOREMX_TIMER_H
33
33
#define UNICOREMX_TIMER_H
34
34
35
- #include <unicore-mx/stm32/common/timer_common_f24 .h>
35
+ #include <unicore-mx/stm32/common/timer_common_f247 .h>
36
36
37
37
#endif
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ OBJS = gpio.o rcc.o desig.o
38
38
OBJS += crc_common_all.o dac_common_all.o dma_common_f247.o \
39
39
gpio_common_all.o gpio_common_f0234.o i2c_common_all.o \
40
40
iwdg_common_all.o rtc_common_l1f024.o spi_common_all.o \
41
- spi_common_l1f124.o timer_common_all.o timer_common_f234 .o \
42
- timer_common_f24 .o usart_common_all.o usart_common_f124.o \
41
+ spi_common_l1f124.o timer_common_all.o timer_common_f2347 .o \
42
+ timer_common_f247 .o usart_common_all.o usart_common_f124.o \
43
43
flash_common_f234.o flash_common_f24.o hash_common_f24.o \
44
44
crypto_common_f24.o exti_common_all.o rcc_common_all.o rng_common_f247.o
45
45
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ OBJS = rcc.o adc.o i2c.o usart.o dma.o flash.o desig.o
39
39
OBJS += gpio_common_all.o gpio_common_f0234.o \
40
40
dac_common_all.o crc_common_all.o \
41
41
iwdg_common_all.o spi_common_all.o dma_common_l1f013.o\
42
- timer_common_all.o timer_common_f234 .o flash_common_f234.o \
42
+ timer_common_all.o timer_common_f2347 .o flash_common_f234.o \
43
43
flash.o exti_common_all.o rcc_common_all.o spi_common_f03.o
44
44
OBJS += adc_common_v2.o adc_common_v2_multi.o
45
45
OBJS += usart_common_v2.o usart_common_all.o
You can’t perform that action at this time.
0 commit comments