Fix build

pull/10924/head
Sebastian Stockhammer 2019-10-24 14:02:12 +02:00
parent a77a49d6d2
commit 2e81dad1f3
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ void serial_init(serial_t *obj, PinName tx, PinName rx)
void serial_free(serial_t *obj)
{
UART_Shutdown(obj->uart);
objs[obj->index] = 0;
}
//******************************************************************************