mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix undefined reference to os_free (#1522)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user