diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-08-04 13:54:31 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-08-04 13:54:31 +0300 |
| commit | 72d588cc691d91e72fefb9f33e4e614fc5c359de (patch) | |
| tree | 51eac8fc5d13449c9bd3c3f25009fdd6100d426e /Software/Embedded_SW/Embedded/Main.c | |
| parent | 527347ce120d98da31805688f06f763f18264171 (diff) | |
| download | Tango-72d588cc691d91e72fefb9f33e4e614fc5c359de.tar.gz Tango-72d588cc691d91e72fefb9f33e4e614fc5c359de.zip | |
Use Check_IFS_Availability instead of Init_IFS
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index ccda43cfd..66db76348 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -294,7 +294,7 @@ int main(void) STATUS_GREEN_LED_ON; FPGA_Init(); - Init_IFS();//must be done after FPGA_Init + Check_IFS_Availability();//Init_IFS();//must be done after FPGA_Init #endif MAP_FPULazyStackingEnable(); |
