- #if OS_APP_HOOKS_EN > 0
- void APP_TaskCreateHook(OS_TCB *ptcb)
- {
- (void)ptcb;
- }
- void APP_TaskDelHook(OS_TCB *ptcb)
- {
- (void)ptcb;
- }
- void APP_TaskIdelHook(void)
- {
- }
- void APP_TaskStatHook(void)
- {
- }
- void APP_TaskSwHook(void)
- {
- }
- void APP_TCBInitHook(OS_TCB *ptcb)
- {
- (void)ptcb;
- }
- void APP_TimeTickHook(void)
- {
- }
- #endif