aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-12 15:21:06 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-12 15:21:06 +0200
commit3deccf0347b1aaaf9f8d2f25e592b6cefe32451b (patch)
tree55d92212b734e004abf9a837aa6b62b5b3219864 /Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c
parent080ebb27bf21c8fa5e0a8f7a125be5c5281a9373 (diff)
downloadTango-3deccf0347b1aaaf9f8d2f25e592b6cefe32451b.tar.gz
Tango-3deccf0347b1aaaf9f8d2f25e592b6cefe32451b.zip
Veraion 1.4.6.10 improve current reading, fir I2C interface, improve (?) task priorities
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c')
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c b/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c
index bef2b1727..240585e43 100644
--- a/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c
+++ b/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c
@@ -106,7 +106,7 @@ uint32_t ReadAppAndProgram(uint32_t ui32FlashStart,uint32_t ui32FileSize,void* b
status = FlashProgram((uint32_t *)ui32BufferAddr, ui32ProgAddr,(ui32DataSize + 3) & ~3);
if (status)
- Report("FlashProgram Error", __FILE__,status,ui32FlashStart , RpMessage, (ui32DataSize + 3) & ~3, 0);
+ Report("FlashProgram Error", __FILE__,status,ui32ProgAddr , RpMessage, (ui32DataSize + 3) & ~3, 0);
//
// If there is more image to program, then update the programming