mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix undefined reference to os_free (#1522)
This commit is contained in:
parent
1d149560be
commit
2e1be32825
@ -230,7 +230,7 @@ void uart_uninit(uart_t* uart)
|
||||
break;
|
||||
}
|
||||
|
||||
os_free(uart);
|
||||
free(uart);
|
||||
}
|
||||
|
||||
void uart_swap(uart_t* uart, int tx_pin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user