From 2bc01d3ce4ebdbe9e98b815c608fc2054628ee9d Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Thu, 11 Mar 2021 20:12:26 +0800 Subject: [PATCH] fix:compile bug fix --- drivers/char/quickstart/include/los_quick_start.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/quickstart/include/los_quick_start.h b/drivers/char/quickstart/include/los_quick_start.h index c9b97082..ad3d3742 100644 --- a/drivers/char/quickstart/include/los_quick_start.h +++ b/drivers/char/quickstart/include/los_quick_start.h @@ -34,7 +34,7 @@ #include "los_typedef.h" -fdef __cplusplus +#ifdef __cplusplus #if __cplusplus extern "C" { #endif /* __cplusplus */