Merge branch 'docs/fix_ulp_doxygen_comment_v5.3' into 'release/v5.3'

docs(ulp): fix doxygen comment formatting (v5.3)

See merge request espressif/esp-idf!31767
This commit is contained in:
Marius Vikhammer
2024-06-28 12:27:57 +08:00

View File

@@ -31,9 +31,9 @@ typedef struct {
uint32_t wakeup_source; /*!< Wakeup source flags */
uint32_t lp_timer_sleep_duration_us; /*!< Sleep duration when ULP_LP_CORE_WAKEUP_SOURCE_LP_TIMER is specified. Measurement unit: us */
#if ESP_ROM_HAS_LP_ROM
bool skip_lp_rom_boot; /* !< Skips the LP rom code and boots directly into the app code placed in LP RAM,
this gives faster boot time for time sensitive use-cases at the cost of skipping
setup e.g. of UART */
bool skip_lp_rom_boot; /*!< Skips the LP rom code and boots directly into the app code placed in LP RAM,
this gives faster boot time for time sensitive use-cases at the cost of skipping
setup e.g. of UART */
#endif //ESP_ROM_HAS_LP_ROM
} ulp_lp_core_cfg_t;