From 5d8705b6e0338b0fd631f27e80b94efea96201d0 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 4 Mar 2017 15:02:55 +1000 Subject: FEATURE: Significantly improved the FreeRTOS port FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size --- src/gos/gos_arduino.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gos/gos_arduino.c') 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 */ -- cgit v1.2.3