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_osx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gos/gos_osx.c') diff --git a/src/gos/gos_osx.c b/src/gos/gos_osx.c index 413ddc62..f06685d7 100644 --- a/src/gos/gos_osx.c +++ b/src/gos/gos_osx.c @@ -30,6 +30,10 @@ void _gosInit(void) gfxMutexInit(&SystemMutex); } +void _gosPostInit(void) +{ +} + void _gosDeinit(void) { /* ToDo */ -- cgit v1.2.3