Added some functionallity to utilize debug tasks. Only to be used when testing the scheduler and never when the real system should run.
14 lines
149 B
C
14 lines
149 B
C
/*
|
|
* led.h
|
|
*
|
|
* Created on: 21 sep. 2016
|
|
* Author: holmis
|
|
*/
|
|
|
|
#ifndef DRIVERS_LED_H_
|
|
#define DRIVERS_LED_H_
|
|
|
|
|
|
|
|
#endif /* DRIVERS_LED_H_ */
|