Skip to content

Commit 6b1a173

Browse files
committed
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
2 parents 91aab8e + 350d4c0 commit 6b1a173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ulp/lp_core/include/ulp_lp_core.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ typedef struct {
3131
uint32_t wakeup_source; /*!< Wakeup source flags */
3232
uint32_t lp_timer_sleep_duration_us; /*!< Sleep duration when ULP_LP_CORE_WAKEUP_SOURCE_LP_TIMER is specified. Measurement unit: us */
3333
#if ESP_ROM_HAS_LP_ROM
34-
bool skip_lp_rom_boot; /* !< Skips the LP rom code and boots directly into the app code placed in LP RAM,
35-
this gives faster boot time for time sensitive use-cases at the cost of skipping
36-
setup e.g. of UART */
34+
bool skip_lp_rom_boot; /*!< Skips the LP rom code and boots directly into the app code placed in LP RAM,
35+
this gives faster boot time for time sensitive use-cases at the cost of skipping
36+
setup e.g. of UART */
3737
#endif //ESP_ROM_HAS_LP_ROM
3838
} ulp_lp_core_cfg_t;
3939

0 commit comments

Comments
 (0)