Skip to content

Commit f38c87c

Browse files
committed
fix ci
1 parent 1a5f0f5 commit f38c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/apm32/apm32f030r8-miniboard/rtconfig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
if os.getenv('RTT_EXEC_PATH'):
2929
EXEC_PATH = os.getenv('RTT_EXEC_PATH')
3030

31-
BUILD = 'debug'
31+
BUILD = 'release'
3232

3333
if PLATFORM == 'gcc':
3434
# toolchains

0 commit comments

Comments
 (0)