mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
os_free(uart);
|
free(uart);
|
||||||
}
|
}
|
||||||
|
|
||||||
void uart_swap(uart_t* uart, int tx_pin)
|
void uart_swap(uart_t* uart, int tx_pin)
|
||||||
|
Reference in New Issue
Block a user