mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
added claiming for task interface
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#define _GWBUTTONTASK_H
|
||||
#include "GwApi.h"
|
||||
//task function
|
||||
void handleButtons(GwApi *param);
|
||||
DECLARE_USERTASK(handleButtons);
|
||||
void initButtons(GwApi *param);
|
||||
DECLARE_INITFUNCTION(initButtons);
|
||||
#endif
|
||||
Reference in New Issue
Block a user