summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/main_osal_test.c')
-rwxr-xr-xtest/src/main_osal_test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/src/main_osal_test.c b/test/src/main_osal_test.c
index f41ea3b..d6d2573 100755
--- a/test/src/main_osal_test.c
+++ b/test/src/main_osal_test.c
@@ -1337,14 +1337,6 @@ void sysIdleLoop(void)
1337 */ 1337 */
1338int main(void) 1338int main(void)
1339{ 1339{
1340
1341#ifdef BARE_METAL
1342#if defined (__aarch64__)
1343 extern void initialise_monitor_handles(void);
1344 initialise_monitor_handles();
1345#endif
1346#endif
1347
1348#if defined(BUILD_C66X_1) || defined(BUILD_C66X_2) 1340#if defined(BUILD_C66X_1) || defined(BUILD_C66X_2)
1349/* To set C66 timer interrupts on J7ES VLAB */ 1341/* To set C66 timer interrupts on J7ES VLAB */
1350 C66xTimerInterruptInit(); 1342 C66xTimerInterruptInit();