mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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");
|
||||
getchar();
|
||||
|
||||
puts("Progamming the pin now...");
|
||||
puts("Programming the pin now...");
|
||||
if ((NRF_UICR->PSELRESET[0] != RESET_VAL) ||
|
||||
(NRF_UICR->PSELRESET[1] != RESET_VAL)) {
|
||||
/* we can only erase all UICR registers at once, so we need to save
|
||||
|
Loading…
Reference in New Issue
Block a user