mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
fix(esp_system): LOGD for the log printing in sleep process
This commit is contained in:
@@ -439,7 +439,7 @@ uint32_t get_act_hp_dbias(void)
|
|||||||
hp_cali_dbias = 31;
|
hp_cali_dbias = 31;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ESP_HW_LOGW(TAG, "hp_cali_dbias not burnt in efuse, use default.");
|
ESP_HW_LOGD(TAG, "hp_cali_dbias not burnt in efuse, use default.");
|
||||||
}
|
}
|
||||||
return hp_cali_dbias;
|
return hp_cali_dbias;
|
||||||
}
|
}
|
||||||
@@ -463,7 +463,7 @@ uint32_t get_act_lp_dbias(void)
|
|||||||
lp_cali_dbias = 31;
|
lp_cali_dbias = 31;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ESP_HW_LOGW(TAG, "hp_cali_dbias not burnt in efuse, use default.");
|
ESP_HW_LOGD(TAG, "lp_cali_dbias not burnt in efuse, use default.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return lp_cali_dbias;
|
return lp_cali_dbias;
|
||||||
|
Reference in New Issue
Block a user