diff options
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(); |
