diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-15 14:54:51 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-15 14:54:51 +0200 |
| commit | aeacbdabd448b2e7455e16460b996c8090731d9d (patch) | |
| tree | 1264b75395afc05b955c5fc205ebe63fa7fc7321 /Software/Embedded_SW/Embedded/Drivers/Flash_Memory | |
| parent | e615d14fb0f47ae0ec44766b51d1009c12332a4f (diff) | |
| download | Tango-aeacbdabd448b2e7455e16460b996c8090731d9d.tar.gz Tango-aeacbdabd448b2e7455e16460b996c8090731d9d.zip | |
many logs. improve job handling and IDS. NEW WINDER ALGORITHM (Interrupts)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/Flash_Memory')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c b/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c index 28b466ffe..80d532b58 100644 --- a/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c +++ b/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c @@ -390,7 +390,7 @@ return 0; } #ifdef EVALUATION_BOARD -int Init_Ext_Flash() +int Init_SSI_Ext_Flash() { uint32_t pui32Dummy[1]; uint32_t ui32SysClockFreq; |
