diff options
| author | Kevin Townsend <contact@microbuilder.eu> | 2018-02-15 21:42:24 +0100 |
|---|---|---|
| committer | Kevin Townsend <contact@microbuilder.eu> | 2018-02-15 21:42:24 +0100 |
| commit | 6544f4cb5c743c9a5b0ed72bac63d7dc997d36ea (patch) | |
| tree | 7388215c6cfb695244904e972b3fd6c46fdcc357 | |
| parent | da15053e0ad98a0876d28c2210be4f8d154703c7 (diff) | |
Cleanup minor typos
| -rw-r--r-- | ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld b/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld index b5c710d9b..b5f360624 100644 --- a/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld +++ b/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld @@ -1,5 +1,5 @@ /* - GNU linker script for NRF52 w/S140 6.0.0 SoftDevice + GNU linker script for NRF52840 w/S140 6.0.0 SoftDevice MEMORY MAP ------------------------------------------------------------------------ @@ -27,7 +27,7 @@ MEMORY FLASH_TEXT (rx) : ORIGIN = 0x00026000, LENGTH = 0x08C000 FLASH_FATFS (r) : ORIGIN = 0x000B2000, LENGTH = 0x040000 - /* 0x2000000 - RAM:ORGIGIN is reserved for Softdevice */ + /* 0x2000000 - RAM:ORIGIN is reserved for Softdevice */ RAM (xrw) : ORIGIN = 0x20004000, LENGTH = 0x20040000 - 0x20004000 } |
