POSIX fix

ugfx_release_2.6
Joel Bodenmann 2013-07-22 13:51:40 +02:00
parent c40021af01
commit e5c6fce1d9
1 changed files with 1 additions and 1 deletions

View File

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