From 5c0345e2f80232a7437ce6522cb34a5d04d62160 Mon Sep 17 00:00:00 2001 From: liang yongxiang Date: Sun, 18 Mar 2018 00:43:55 +0800 Subject: [PATCH] [bsp][lpc824] fixed error: incomplete type is not allowed --- bsp/lpc824/rtconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lpc824/rtconfig.h b/bsp/lpc824/rtconfig.h index b51d38aa9a..1426427b8d 100644 --- a/bsp/lpc824/rtconfig.h +++ b/bsp/lpc824/rtconfig.h @@ -80,7 +80,7 @@ // // Using Mutex // Using Mutex -//#define RT_USING_MUTEX +#define RT_USING_MUTEX // // Using Event // Using Event -- GitLab