mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 11:44:31 +02:00
Merge branch 'fix/test_app_ide_integration_v5.0' into 'release/v5.0'
Tools: Increase the delay before producing exception in the Monitor IDE test app (v5.0) See merge request espressif/esp-idf!20012
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
void app_main(void)
|
||||
{
|
||||
int *p = (int *)4;
|
||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
||||
vTaskDelay(2000 / portTICK_PERIOD_MS);
|
||||
*p = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user