Skip to content

Commit 35bce40

Browse files
authored
Update DEBUGGING.md
Updated RAM section to clarify length modification.
1 parent d859440 commit 35bce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DEBUGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ However, this will greatly increase the output's size, potentially making it big
3030
/* SCRATCH (r) : ORIGIN = SCRATCH_OFFSET, LENGTH = SCRATCH_SIZE */
3131
SPARE_SPACE (r) : ORIGIN = SCRATCH_OFFSET + SCRATCH_SIZE, LENGTH = 12K
3232
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
33-
}
33+
}
3434
```
3535

3636
You may also increase the RAM capacity in a similar manner if necessary by changing the `RAM`'s `LENGTH` to e.g. `128K`.

0 commit comments

Comments
 (0)