1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #11411 from SemjonKerner/nrf_fix_reset_pin

dist/tools/nrf52_resetpin: delete obsolete register
This commit is contained in:
Martine Lenders 2019-04-17 19:32:35 +02:00 committed by GitHub
commit c2cf1b209c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ static void _restore_uicr(void)
NRF_UICR->APPROTECT = _buf.APPROTECT; NRF_UICR->APPROTECT = _buf.APPROTECT;
NRF_UICR->NFCPINS = _buf.NFCPINS; NRF_UICR->NFCPINS = _buf.NFCPINS;
#ifdef CPU_MODEL_NRF52840XXAA #ifdef CPU_MODEL_NRF52840XXAA
NRF_UICR->EXTSUPPLY = _buf.EXTSUPPLY;
NRF_UICR->REGOUT0 = _buf.REGOUT0; NRF_UICR->REGOUT0 = _buf.REGOUT0;
#endif #endif