Enable rpa_moudle reset function

This commit is contained in:
GengYuchao
2022-07-05 20:45:30 +08:00
parent 77a7fa77e2
commit d145c337e0
3 changed files with 10 additions and 1 deletions

View File

@@ -224,7 +224,7 @@ struct ext_funcs_t ext_funcs_ro = {
static int IRAM_ATTR esp_reset_rpa_moudle(void)
{
// periph_module_reset(PERIPH_MODEM_RPA_MODULE);
periph_module_reset(PERIPH_MODEM_RPA_MODULE);
return 0;
}