From 4e284751f6a8f79ac1b048870cb6df156e332e3a Mon Sep 17 00:00:00 2001 From: Salvo Cristaldi Date: Thu, 4 Mar 2021 09:05:55 +0100 Subject: [PATCH] Fix SYS_THREAD_CREATE_JOINABLE on PSL1GHT --- defines/ps3_defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defines/ps3_defines.h b/defines/ps3_defines.h index f58e550a410..50c82a94bb6 100644 --- a/defines/ps3_defines.h +++ b/defines/ps3_defines.h @@ -276,8 +276,8 @@ extern int audioAddData(uint32_t portNum, float *data, #ifdef __PSL1GHT__ #include -/* FIXME - not sure if this is correct */ -#define SYS_THREAD_CREATE_JOINABLE 0 +/* FIXME - not sure if this is correct -> FIXED! 1 and not 0 */ +#define SYS_THREAD_CREATE_JOINABLE THREAD_JOINABLE #else #include