diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-07-29 12:00:47 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-07-29 12:00:47 +1000 |
commit | 9826378b9608362c4ad6efa3271e6f6de1e2b30e (patch) | |
tree | a0e4bc643f420dda032f90bf6423ee64728209d2 /src/gos/osx.c | |
parent | 4ce658b022bbafe129d5ed3a571017c7d34b3892 (diff) | |
download | uGFX-9826378b9608362c4ad6efa3271e6f6de1e2b30e.tar.gz uGFX-9826378b9608362c4ad6efa3271e6f6de1e2b30e.tar.bz2 uGFX-9826378b9608362c4ad6efa3271e6f6de1e2b30e.zip |
Operating System initialisation can now be turned off in gfxconf.h
Diffstat (limited to 'src/gos/osx.c')
-rw-r--r-- | src/gos/osx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gos/osx.c b/src/gos/osx.c index dccd49c9..50b06530 100644 --- a/src/gos/osx.c +++ b/src/gos/osx.c @@ -35,6 +35,7 @@ void get_ticks(mach_timespec_t *mts){ void _gosInit(void) { + /* No initialization of the operating system itself is needed */ gfxMutexInit(&SystemMutex); } |