mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-22 10:05:32 -05:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
14
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
Normal file
14
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef _LCDTEST_H
|
||||
#define _LCDTEST_H
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
||||
#include "lcdcontroller.h"
|
||||
|
||||
/*
|
||||
* The task that writes to the LCD.
|
||||
*/
|
||||
void vLCDTask( void *pvParameters );
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue