#include "includes.h"Go to the source code of this file.
Functions | |
| void | LptTaskInit (void) |
| void | LptTask (void) |
Variables | |
| U8 | LptTaskName [] = "LPT" |
| OS_STACK | LptTaskStack [LPT_TASK_STACK_SIZE] |
| void LptTask | ( | void | ) |
Definition at line 18 of file lpttask.c.
00018 { 00019 LptTaskInit(); 00020 while(1){ 00021 OsTimeDelay(1000); 00022 Lpt1Svc(); 00023 } 00024 }
| void LptTaskInit | ( | void | ) |
| U8 LptTaskName[] = "LPT" |
| OS_STACK LptTaskStack[LPT_TASK_STACK_SIZE] |
1.5.9