POSIX fix

This commit is contained in:
Joel Bodenmann 2013-07-22 13:51:40 +02:00
parent c40021af01
commit e5c6fce1d9

View file

@ -29,7 +29,7 @@ void gfxSystemLock(void) {
} }
void gfxSystemUnlock(void) { void gfxSystemUnlock(void) {
gfxMutexLeave(&SystemMutex); gfxMutexExit(&SystemMutex);
} }
void gfxHalt(const char *msg) { void gfxHalt(const char *msg) {