Skip to content

Commit

Permalink
[code] Reduce bin file size.
Browse files Browse the repository at this point in the history
  • Loading branch information
balanceTWK committed Feb 16, 2020
1 parent 2fa43cf commit e97f032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code_project/DAPLink/source/daplink/daplink.sct
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ LR_IROM1 DAPLINK_ROM_APP_START DAPLINK_ROM_APP_SIZE {
.ANY (cfgram)
}

ER_IROM1_CRC (DAPLINK_ROM_APP_START + DAPLINK_ROM_APP_SIZE - 4) FIXED FILL 0xFFFFFFFF 4 {
;ER_IROM1_CRC (DAPLINK_ROM_APP_START + DAPLINK_ROM_APP_SIZE - 4) FIXED FILL 0xFFFFFFFF 4 {
; reserve space for the CRC
}
;}
}

LR_CONFIG DAPLINK_ROM_CONFIG_USER_START DAPLINK_ROM_CONFIG_USER_SIZE { ; reserve last sector for config data
Expand Down

0 comments on commit e97f032

Please sign in to comment.