tools/nrf52_resetpin_cfg: fix typo in code
Progamming => Programming
This commit is contained in:
parent
b4458e73f2
commit
11d1abbac6
2
dist/tools/nrf52_resetpin_cfg/main.c
vendored
2
dist/tools/nrf52_resetpin_cfg/main.c
vendored
@ -97,7 +97,7 @@ int main(void)
|
|||||||
puts("\n\nPress any key (meaning send any char) to continue");
|
puts("\n\nPress any key (meaning send any char) to continue");
|
||||||
getchar();
|
getchar();
|
||||||
|
|
||||||
puts("Progamming the pin now...");
|
puts("Programming the pin now...");
|
||||||
if ((NRF_UICR->PSELRESET[0] != RESET_VAL) ||
|
if ((NRF_UICR->PSELRESET[0] != RESET_VAL) ||
|
||||||
(NRF_UICR->PSELRESET[1] != RESET_VAL)) {
|
(NRF_UICR->PSELRESET[1] != RESET_VAL)) {
|
||||||
/* we can only erase all UICR registers at once, so we need to save
|
/* we can only erase all UICR registers at once, so we need to save
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user