From 06d60bfce6891c6fe5c1b403d46113b6d1e9a1ea Mon Sep 17 00:00:00 2001 From: Kaili Xu Date: Wed, 28 Aug 2024 19:15:28 +0800 Subject: [PATCH] Update osThread.h --- include/os/osThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/os/osThread.h b/include/os/osThread.h index f39c01abee..73c499b1dc 100644 --- a/include/os/osThread.h +++ b/include/os/osThread.h @@ -22,7 +22,7 @@ extern "C" { #endif -#if defined(WINDOWS) +#ifdef WINDOWS #include #include #endif