Skip to content

Commit 72a8cd8

Browse files
committed
minor cleanup
1 parent 90b1260 commit 72a8cd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cores/nRF5/flash/flash_nrf5x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static uint32_t fal_program (uint32_t dst, void const * src, uint32_t len)
131131

132132
uint32_t err;
133133

134-
// Somehow S140 v6.1.0 assert an error when writing a whole page
134+
// Somehow S140 v6.1.1 assert an error when writing a whole page
135135
// https://devzone.nordicsemi.com/f/nordic-q-a/40088/sd_flash_write-cause-nrf_fault_id_sd_assert
136136
// Workaround: write half page at a time.
137137
#if NRF52832_XXAA

cores/nRF5/utility/utilities.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ void const * lookup_find(lookup_table_t const* p_table, uint32_t key)
6161
/**
6262
* Format: SDname SDverion, bootloader version
6363
* e.g
64-
* "S132 2.0.1, 0.5.0"
65-
* "S132 5.0.0, 5.0.0 single bank"
66-
* "S132 6.1.0 r0"
64+
* "s132 2.0.1, 0.5.0"
65+
* "s132 5.0.0, 5.0.0 single bank"
66+
* "s132 6.1.1 r0"
6767
* @return
6868
*/
6969
const char* getBootloaderVersion(void)

0 commit comments

Comments
 (0)