mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Tools: Increase the delay before producing exception in the Monitor IDE test app
This commit is contained in:
parent
4532e6e0b2
commit
501c688941
@ -13,6 +13,6 @@
|
|||||||
void app_main(void)
|
void app_main(void)
|
||||||
{
|
{
|
||||||
int *p = (int *)4;
|
int *p = (int *)4;
|
||||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
vTaskDelay(2000 / portTICK_PERIOD_MS);
|
||||||
*p = 0;
|
*p = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user