Skip to content

Commit

Permalink
ci: h2 does not support deep sleep currently, comment some codes to a…
Browse files Browse the repository at this point in the history
…void ci error
  • Loading branch information
jingli committed Feb 23, 2023
1 parent eede729 commit 3a648e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_hw_support/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ if(NOT BOOTLOADER_BUILD)
"adc_share_hw_ctrl.c" # TODO: IDF-6215
"sleep_cpu.c" # TODO: IDF-6267
"sleep_modes.c" # TODO: IDF-6267
"sleep_wake_stub.c" # TODO: IDF-6267
)
endif()
else()
Expand Down

0 comments on commit 3a648e8

Please sign in to comment.