remove all remaining C implementation

This commit is contained in:
David Cermak
2021-03-08 15:10:15 +01:00
parent 904cf94648
commit 2907eb9836
35 changed files with 114 additions and 4123 deletions

View File

@ -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);