remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep

This commit is contained in:
Lou Tianhao
2023-07-26 14:57:22 +08:00
parent 6d3db47187
commit 34b269fb03
11 changed files with 20 additions and 27 deletions

View File

@@ -14,7 +14,5 @@
void register_system(void)
{
register_system_common();
#ifndef CONFIG_IDF_TARGET_ESP32H2 // IDF-6268
register_system_sleep();
#endif
}