aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/src/Core/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/src/Core/main.c b/src/common/src/Core/main.c
index c14d000..cb2fcd0 100644
--- a/src/common/src/Core/main.c
+++ b/src/common/src/Core/main.c
@@ -52,8 +52,8 @@
static int tm_trigger_button = 0;
static int tm_trigger = 0;
-// Private function prototypes
-void init();
+// Platform specific init function
+void init(void);
// Tasks
static void detect_button_press(void *pvParameters);