mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 15:33:05 +01:00
only link FastLED stuff when GWLED_FASTLED is defined
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#ifndef _GWLEDS_H
|
||||
#define _GWLEDS_H
|
||||
#include "GwApi.h"
|
||||
//task function
|
||||
void handleLeds(GwApi *param);
|
||||
//task init function
|
||||
|
||||
DECLARE_USERTASK(handleLeds);
|
||||
void initLeds(GwApi *param);
|
||||
|
||||
DECLARE_INITFUNCTION(initLeds);
|
||||
#endif
|
||||
Reference in New Issue
Block a user