diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-06 11:23:19 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-06 11:23:19 +0200 |
| commit | a5d69ec4f8f0364fa25b7564c4d1be8ec0d0679f (patch) | |
| tree | 19f7401a3024b4c2f50e047e4ab674608ddde5e9 /Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c | |
| parent | 932e53ca094e4ce9ef6ebd4edaa70dce85e85f0a (diff) | |
| download | Tango-a5d69ec4f8f0364fa25b7564c4d1be8ec0d0679f.tar.gz Tango-a5d69ec4f8f0364fa25b7564c4d1be8ec0d0679f.zip | |
stop PID control when turning heaters off. improve heaters handling. thread break test
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c | 2 |
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 af7f13a00..637c91e7d 100644 --- a/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c +++ b/Software/Embedded_SW/Embedded/Drivers/flash_ram/FlashProgram.c @@ -42,7 +42,7 @@ uint32_t ReadAppAndProgram(uint32_t ui32FlashStart,uint32_t ui32FileSize,void* b // by the amount of the reserved block. // ui32FlashEnd = ui32FlashStart + ui32FileSize; -#warning check all addresses + // // Check to make sure the file size is not too large to fit in the flash. |
