mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 12:32:14 +02:00
remove all remaining C implementation
This commit is contained in:
@ -12,7 +12,7 @@ extern "C" {
|
||||
|
||||
typedef struct esp_modem_dce_wrap esp_modem_t;
|
||||
|
||||
esp_modem_t *esp_modem_new(const dte_config *config, esp_netif_t *netif, const char* apn);
|
||||
esp_modem_t *esp_modem_new(const esp_modem_dte_config *config, esp_netif_t *netif, const char* apn);
|
||||
|
||||
void esp_modem_destroy(esp_modem_t * dce);
|
||||
|
||||
|
Reference in New Issue
Block a user