Skip to content

Commit 5b63e2a

Browse files
committed
fix bug
1 parent e791024 commit 5b63e2a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bsp/stm32/stm32f407-rt-spark/board/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, RT-Thread Development Team
2+
* Copyright (c) 2025, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

bsp/stm32/stm32f407-rt-spark/rtconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
134134

135135
elif PLATFORM == 'iccarm':
136-
# toolchains
137136
CC = 'iccarm'
138137
CXX = 'iccarm'
139138
AS = 'iasmarm'

0 commit comments

Comments
 (0)