aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_arduino.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_arduino.c')
-rw-r--r--src/gos/gos_arduino.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gos/gos_arduino.c b/src/gos/gos_arduino.c
index 726c57db..2e0e4b53 100644
--- a/src/gos/gos_arduino.c
+++ b/src/gos/gos_arduino.c
@@ -35,6 +35,10 @@ void _gosInit(void)
_gosThreadsInit();
}
+void _gosPostInit(void)
+{
+}
+
void _gosDeinit(void)
{
/* ToDo */