Skip to content

Commit 8c957de

Browse files
authored
Remove GPIO uninit for TI CC13x2 boards (#2534)
***NO_CI***
1 parent 92ae087 commit 8c957de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

targets/TI_SimpleLink/_nanoCLR/targetHAL.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ void nanoHAL_Uninitialize()
150150
EasyLink_abort();
151151
#endif
152152

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-
162153
Events_Uninitialize();
163154

164155
HAL_CONTINUATION::Uninitialize();

0 commit comments

Comments
 (0)