mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-05-05 12:24:12 +02:00
Applied astyle code formatting
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
* @brief UART init struct for VFS
|
||||
*/
|
||||
struct esp_modem_vfs_uart_creator {
|
||||
const char* dev_name; /*!< VFS device name, e.g. /dev/uart/n */
|
||||
const char *dev_name; /*!< VFS device name, e.g. /dev/uart/n */
|
||||
const struct esp_modem_uart_term_config uart; /*!< UART driver init struct */
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ struct esp_modem_vfs_uart_creator {
|
||||
* @brief UART init struct for VFS
|
||||
*/
|
||||
struct esp_modem_vfs_socket_creator {
|
||||
const char* host_name; /*!< VFS socket: host name (or IP address) */
|
||||
const char *host_name; /*!< VFS socket: host name (or IP address) */
|
||||
int port; /*!< VFS socket: port number */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user