changing circuitry to disable RTC, update initialization to match
[fw/openalt] / leds / leds.h
1 #ifndef _LEDS_H_
2 #define _LEDS_H_
3
4 //
5 //
6 //
7 extern xQueueHandle xLEDQueue;
8
9 //
10 //
11 //
12 portTASK_FUNCTION (vLEDFlashTask, pvParameters __attribute__ ((unused)));
13
14 #endif