mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-23 07:17:29 +02:00
minor changes applied to IDF MR
This commit is contained in:
@ -21,7 +21,7 @@ extern "C" {
|
|||||||
#include "driver/uart.h"
|
#include "driver/uart.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Fowrard declare DTE and DCE objects
|
* @brief Forward declare DTE and DCE objects
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
typedef struct esp_modem_dte esp_modem_dte_t;
|
typedef struct esp_modem_dte esp_modem_dte_t;
|
||||||
|
@ -68,4 +68,4 @@ modem_dce_t *bg96_init(modem_dte_t *dte);
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -48,4 +48,4 @@ esp_err_t esp_modem_bg96_specific_init(esp_modem_dce_t *dce);
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user