mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 14:59:34 +01:00
BREAKING CHANGE: inc headers for AT command definitions are no longer used directly, but pregenerated into *.h(pp)
8 lines
192 B
ReStructuredText
8 lines
192 B
ReStructuredText
|
|
// --- ESP-MODEM command module starts here ---
|
|
|
|
#define ESP_MODEM_DECLARE_DCE_COMMAND(name, return_type, ...) \
|
|
* :cpp:func:`esp_modem::DCE::name`
|
|
|
|
#include "esp_modem_command_declare.inc"
|