Skip to content

Commit 2e81dad

Browse files
author
Sebastian Stockhammer
committed
Fix build
1 parent a77a49d commit 2e81dad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_Maxim/TARGET_MAX32600/serial_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ void serial_init(serial_t *obj, PinName tx, PinName rx)
100100
void serial_free(serial_t *obj)
101101
{
102102
UART_Shutdown(obj->uart);
103-
objs[obj->index] = 0;
104103
}
105104

106105
//******************************************************************************

0 commit comments

Comments
 (0)