aboutsummaryrefslogtreecommitdiffstats
path: root/controller/ctl-timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ctl-timer.h')
-rw-r--r--controller/ctl-timer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/controller/ctl-timer.h b/controller/ctl-timer.h
index b08299f..e1a1ef3 100644
--- a/controller/ctl-timer.h
+++ b/controller/ctl-timer.h
@@ -34,9 +34,9 @@ typedef struct TimerHandleS {
sd_event_source *evtSource;
} TimerHandleT;
-PUBLIC int TimerEvtInit (void);
-PUBLIC afb_event TimerEvtGet(void);
-PUBLIC void TimerEvtStart(TimerHandleT *timerHandle, timerCallbackT callback, void *context);
-PUBLIC void TimerEvtStop(TimerHandleT *timerHandle);
+int TimerEvtInit (void);
+afb_event TimerEvtGet(void);
+void TimerEvtStart(TimerHandleT *timerHandle, timerCallbackT callback, void *context);
+void TimerEvtStop(TimerHandleT *timerHandle);
#endif // CTL_TIMER_INCLUDE