mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-15 13:32:53 +00:00
changed erase delay to 2 sec --- 1 sec isn't long enough to erase the
entire flash.
This commit is contained in:
parent
2ae64e0802
commit
39d2037487
@ -408,7 +408,7 @@ void erase(struct ftdi_context *ftdic, const struct layout * l)
|
||||
|
||||
printf("waiting for erase\n");
|
||||
|
||||
sleep(1);
|
||||
sleep(2);
|
||||
|
||||
printf("setting VREF2 normal\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user