Skip to content

Commit 32af737

Browse files
committed
Fix the issues of debugging in keil.
1 parent 26b35b4 commit 32af737

File tree

1 file changed

+1
-1
lines changed
  • Projects/Applications/DRAGINO-LRWAN-AT/cfg

1 file changed

+1
-1
lines changed

Projects/Applications/DRAGINO-LRWAN-AT/cfg/ram.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FUNC void Setup (void) {
44
_WDWORD(0xE000ED08, 0x08000000); // Setup Vector Table Offset Register
55
}
66

7-
load ./Objects/project.elf incremental
7+
load ./Output/project.elf incremental
88

99
Setup(); // Setup for Running
1010

0 commit comments

Comments
 (0)