mirror of
https://github.com/johncobb/avr_328p_freertos.git
synced 2025-07-08 08:01:04 +03:00
14 lines
165 B
C
14 lines
165 B
C
/*
|
|
* tasks.h
|
|
*
|
|
* Created on: Feb 4, 2015
|
|
* Author: jcobb
|
|
*/
|
|
|
|
#ifndef TASKS_H_
|
|
#define TASKS_H_
|
|
|
|
void vLEDFlashTask(void *pvParms);
|
|
|
|
#endif /* TASKS_H_ */
|