Merge pull request #363 from david-cermak/feat/modem_test_ota

feat(modem): Add OTA test to exercise modem layers
This commit is contained in:
david-cermak
2024-01-03 21:27:36 +01:00
committed by GitHub
22 changed files with 1262 additions and 11 deletions

View File

@ -31,7 +31,7 @@
*/
struct esp_modem_vfs_uart_creator {
const char *dev_name; /*!< VFS device name, e.g. /dev/uart/n */
const struct esp_modem_uart_term_config uart; /*!< UART driver init struct */
struct esp_modem_uart_term_config uart; /*!< UART driver init struct */
};
/**