aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-08-04 13:54:31 +0300
committerAvi Levkovich <avi@twine-s.com>2020-08-04 13:54:31 +0300
commit72d588cc691d91e72fefb9f33e4e614fc5c359de (patch)
tree51eac8fc5d13449c9bd3c3f25009fdd6100d426e /Software/Embedded_SW/Embedded/Main.c
parent527347ce120d98da31805688f06f763f18264171 (diff)
downloadTango-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.c2
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();