diff --git a/Software/src/Flasher.c b/Software/src/Flasher.c index a0ea27c..4bf1e5c 100644 --- a/Software/src/Flasher.c +++ b/Software/src/Flasher.c @@ -134,6 +134,8 @@ boolean writeChip(const uint8* pSource, uint8* pDest, uint16 length) { uint32 i; uint8 data = 0; + uint8 readData; + volatile uint8* pDestination = pDest; for(i=0; i