mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
ULP: add functions for stopping/restarting the ulp-riscv
Closes https://github.com/espressif/esp-idf/issues/8232
This commit is contained in:
@@ -36,6 +36,6 @@ int main (void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* ulp_riscv_shutdown() is called automatically when main exits */
|
||||
/* ulp_riscv_halt() is called automatically when main exits */
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user