diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index d9e32ce8cc..f654609966 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1133,9 +1133,4 @@ Lyre prototype 1 */ #define HAVE_PITCHCONTROL #endif -#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(CPU_MIPS) -/* We don't have our own MIPS hosted threading support yet */ -#define HAVE_SIGALTSTACK_THREADS -#endif - #endif /* __CONFIG_H__ */ |