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 06a33d3 commit af44532Copy full SHA for af44532
targets/TARGET_Cypress/TARGET_PSOC6/cy_serial_api.c
@@ -98,6 +98,7 @@ void serial_free(serial_t *obj)
98
{
99
struct serial_s *ser = cy_serial_get_struct(obj);
100
cyhal_uart_free(&(ser->hal_obj));
101
+ stdio_uart_inited = 0;
102
}
103
104
void serial_baud(serial_t *obj, int baudrate)
0 commit comments