From 62bef8b6d084dd0cd82cb5c96fcc4a651ece60e1 Mon Sep 17 00:00:00 2001 From: n00b Date: Wed, 21 May 2025 21:50:15 -0400 Subject: [PATCH] Removed test flag --- rcbasic_runtime/rc_os_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcbasic_runtime/rc_os_defines.h b/rcbasic_runtime/rc_os_defines.h index c28846f..093fff9 100755 --- a/rcbasic_runtime/rc_os_defines.h +++ b/rcbasic_runtime/rc_os_defines.h @@ -2,7 +2,7 @@ #define RC_OS_DEFINES_H_INCLUDED //USED FOR TESTING ONLY -#define RC_TESTING +//#define RC_TESTING //I am checking Android first since I think it also defines __linux__