Skip to content

Commit fc3abf0

Browse files
MuChengerCopilot
andauthored
Update bsp/xuantie/smartl/e901/objdump.bat
Co-authored-by: Copilot <[email protected]>
1 parent fa37313 commit fc3abf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/xuantie/smartl/e901/objdump.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22
set OBJDUMP=D:\RT-ThreadStudio\repo\Extract\ToolChain_Support_Packages\RISC-V\XTGccElfNewlib\V3.0.1\R\bin\riscv64-unknown-elf-objdump
3-
set TARGET=E:\rt-thread\bsp\xuantie\smartl\e902\rtthread.elf
3+
set TARGET=E:\rt-thread\bsp\xuantie\smartl\e901\rtthread.elf
44
set OUTPUT=rtthread.asm
55

66
%OBJDUMP% -d %TARGET% > %OUTPUT%

0 commit comments

Comments
 (0)