mirror of
https://github.com/johncobb/avr_328p_freertos.git
synced 2025-07-08 08:01:04 +03:00
cleanup
This commit is contained in:
13
apptasks.h
Normal file
13
apptasks.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* tasks.h
|
||||
*
|
||||
* Created on: Feb 4, 2015
|
||||
* Author: jcobb
|
||||
*/
|
||||
|
||||
#ifndef TASKS_H_
|
||||
#define TASKS_H_
|
||||
|
||||
void vLEDFlashTask(void *pvParms);
|
||||
|
||||
#endif /* TASKS_H_ */
|
Reference in New Issue
Block a user