We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ae087 commit 8c957deCopy full SHA for 8c957de
targets/TI_SimpleLink/_nanoCLR/targetHAL.cpp
@@ -150,15 +150,6 @@ void nanoHAL_Uninitialize()
150
EasyLink_abort();
151
#endif
152
153
- // disable UART pins and ADC
154
- PIN_Config BoardGpioInitTable[] = {
155
- 12 | PIN_INPUT_EN | PIN_NOPULL | PIN_IRQ_DIS,
156
- 13 | PIN_INPUT_EN | PIN_NOPULL | PIN_IRQ_DIS,
157
- 24 | PIN_INPUT_EN | PIN_NOPULL | PIN_IRQ_DIS,
158
- PIN_TERMINATE};
159
-
160
- PIN_init(BoardGpioInitTable);
161
162
Events_Uninitialize();
163
164
HAL_CONTINUATION::Uninitialize();
0 commit comments