mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 04:52:18 +02:00
esp-modem(VFS): Reworked decouple resources from the file system
This commit is contained in:
@ -47,7 +47,7 @@ struct uart_task {
|
||||
class UartTerminal : public Terminal {
|
||||
public:
|
||||
explicit UartTerminal(const esp_modem_dte_config *config) :
|
||||
event_queue(), uart(config, &event_queue, -1), signal(),
|
||||
event_queue(), uart(&config->uart_config, &event_queue, -1), signal(),
|
||||
task_handle(config->task_stack_size, config->task_priority, this, s_task) {}
|
||||
|
||||
~UartTerminal() override = default;
|
||||
|
Reference in New Issue
Block a user