File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ulp/lp_core/include Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments