mueller/master #37

Closed
muellerr wants to merge 126 commits from mueller/master into eive/develop
235 changed files with 2270 additions and 8398 deletions
Showing only changes of commit 98b58200da - Show all commits

View File

@@ -39,7 +39,6 @@ void testmutex::testMutex() {
unitt::put_error(id); unitt::put_error(id);
} }
// TODO: we should pass a define like FSFW_OSAL_HOST to the build.
#if !defined PLATFORM_WIN && !defined PLATFORM_UNIX #if !defined PLATFORM_WIN && !defined PLATFORM_UNIX
result = mutex->unlockMutex(); result = mutex->unlockMutex();
if(result != MutexIF::CURR_THREAD_DOES_NOT_OWN_MUTEX) { if(result != MutexIF::CURR_THREAD_DOES_NOT_OWN_MUTEX) {