kopia lustrzana https://github.com/espressif/esp-idf
Tools: Increase the delay before producing exception in the Monitor IDE test app
rodzic
ee2ae1d589
commit
67506f9a3f
|
@ -13,6 +13,6 @@
|
|||
void app_main(void)
|
||||
{
|
||||
int *p = (int *)4;
|
||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
||||
vTaskDelay(2000 / portTICK_PERIOD_MS);
|
||||
*p = 0;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue