Skip to content

Commit eac28ca

Browse files
committed
Fix build problem due to ef98896
Based on heuristic and files renamed in the problem commit.
1 parent 18bef7e commit eac28ca

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

include/unicore-mx/stm32/common/timer_common_f247.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ specific memorymap.h header before including this header file.*/
2828
/** @cond */
2929
#ifdef UNICOREMX_TIMER_H
3030
/** @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
3333

3434
#include <unicore-mx/stm32/common/timer_common_all.h>
3535

@@ -106,7 +106,7 @@ END_DECLS
106106
#endif
107107
/** @cond */
108108
#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"
110110
#endif
111111
/** @endcond */
112112

include/unicore-mx/stm32/f2/timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ LGPL License Terms @ref lgpl_license
3232
#ifndef UNICOREMX_TIMER_H
3333
#define UNICOREMX_TIMER_H
3434

35-
#include <unicore-mx/stm32/common/timer_common_f24.h>
35+
#include <unicore-mx/stm32/common/timer_common_f247.h>
3636

3737
#endif

include/unicore-mx/stm32/f3/timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
#ifndef UNICOREMX_TIMER_H
3333
#define UNICOREMX_TIMER_H
3434

35-
#include <unicore-mx/stm32/common/timer_common_f24.h>
35+
#include <unicore-mx/stm32/common/timer_common_f247.h>
3636

3737
#endif

lib/stm32/f2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ OBJS = gpio.o rcc.o desig.o
3838
OBJS += crc_common_all.o dac_common_all.o dma_common_f247.o \
3939
gpio_common_all.o gpio_common_f0234.o i2c_common_all.o \
4040
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 \
4343
flash_common_f234.o flash_common_f24.o hash_common_f24.o \
4444
crypto_common_f24.o exti_common_all.o rcc_common_all.o rng_common_f247.o
4545

lib/stm32/f3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OBJS = rcc.o adc.o i2c.o usart.o dma.o flash.o desig.o
3939
OBJS += gpio_common_all.o gpio_common_f0234.o \
4040
dac_common_all.o crc_common_all.o \
4141
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 \
4343
flash.o exti_common_all.o rcc_common_all.o spi_common_f03.o
4444
OBJS += adc_common_v2.o adc_common_v2_multi.o
4545
OBJS += usart_common_v2.o usart_common_all.o

0 commit comments

Comments
 (0)