docs(ulp): fix doxygen comment formatting

This commit is contained in:
Marius Vikhammer 2024-06-27 16:17:05 +08:00
parent f8a7af8f84
commit 4c62b82180

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;