Skip to content

Commit 6718f2d

Browse files
committed
Just adding a comment.
1 parent d4a77b9 commit 6718f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flash.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ void flash_write_trigger() {
6868
; Put our trigger instruction in the HOME segment (shared with some startup code)
6969
; where it wont move around too much
7070
.area HOME (CODE)
71+
; Comment or uncomment these lines to adjust if you change the start.asm code
7172
nop ; Padding to get onto 16-bit boundary
7273
flash_write_trigger_instruction:
7374
orl _FCTL, #0x02 ; FCTL |= FCTL_ERASE

0 commit comments

Comments
 (0)