mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
changed erase delay to 2 sec --- 1 sec isn't long enough to erase the
entire flash.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user