mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 05:22:21 +02:00
remove all remaining C implementation
This commit is contained in:
@ -7,10 +7,9 @@
|
||||
|
||||
#include "cxx_include/esp_modem_dte.hpp"
|
||||
|
||||
struct esp_modem_dte_config;
|
||||
|
||||
struct dte_config;
|
||||
|
||||
std::unique_ptr<Terminal> create_uart_terminal(const dte_config *config);
|
||||
std::unique_ptr<Terminal> create_uart_terminal(const esp_modem_dte_config *config);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user