Fix for 832

This commit is contained in:
Michal Moskal 2020-03-09 21:00:20 -07:00
parent 7d59a758da
commit fc63d5096a
1 changed files with 2 additions and 0 deletions

View File

@ -120,7 +120,9 @@ void board_teardown(void)
for (int i = 0; i < 32; ++i)
{
NRF_P0->PIN_CNF[i] = 2;
#ifdef NRF_P1
NRF_P1->PIN_CNF[i] = 2;
#endif
}
}