!187 fix: delete unused code
Merge pull request !187 from MGY917/citu_clean_release
This commit is contained in:
commit
2a307e190c
|
@ -52,9 +52,6 @@
|
||||||
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
|
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* intrinsic void __enable_irq(); */
|
|
||||||
/* intrinsic void __disable_irq(); */
|
|
||||||
|
|
||||||
/** \brief Get Control Register
|
/** \brief Get Control Register
|
||||||
|
|
||||||
This function returns the content of the Control Register.
|
This function returns the content of the Control Register.
|
||||||
|
|
|
@ -192,14 +192,6 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_KernelInit(VOID)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LOSCFG_TEST
|
|
||||||
//ret = los_TestInit();
|
|
||||||
//if (ret != LOS_OK) {
|
|
||||||
// PRINT_ERR("los_TestInit error\n");
|
|
||||||
// return ret;
|
|
||||||
//}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (LOSCFG_PLATFORM_EXC == 1)
|
#if (LOSCFG_PLATFORM_EXC == 1)
|
||||||
OsExcMsgDumpInit();
|
OsExcMsgDumpInit();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue