diff --git a/examples/bootload/bootload.c b/examples/bootload/bootload.c index a3c781e69ef5bee6ff64dc581728f39343c5d5c1..67847cfb6486c83be5a87f0fd220cb6895afb2e9 100644 --- a/examples/bootload/bootload.c +++ b/examples/bootload/bootload.c @@ -58,7 +58,7 @@ int main() GPIOC->BSHR = 1<<16; // Turn off GPIOC0 } - for( i = 0; i < 5; i++ ) + for( i = 0; i < 3; i++ ) { GPIOD->BSHR = 1 | (1<<4); GPIOC->BSHR = 1;