1
0
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:
Alexandre Abadie 2021-01-07 22:17:54 +01:00
parent b4458e73f2
commit 11d1abbac6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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