]> begriffs open source - freertos/blob - 20100923-V6.1.0-RC2/Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
(no commit message)
[freertos] / 20100923-V6.1.0-RC2 / Demo / CORTEX_EFMG890F128_IAR / lcdtest.h
1 #ifndef _LCDTEST_H\r
2 #define _LCDTEST_H\r
3 \r
4 #include "FreeRTOS.h"\r
5 #include "task.h"\r
6 \r
7 #include "lcdcontroller.h"\r
8 \r
9 /*\r
10  * The task that writes to the LCD.\r
11  */\r
12 void vLCDTask( void *pvParameters );\r
13 \r
14 #endif\r