From e4e2b083638b3109316588a3bd56e92eb9075cb5 Mon Sep 17 00:00:00 2001 From: mculover666 <2412828003@qq.com> Date: Thu, 30 Jul 2020 11:41:27 +0800 Subject: [PATCH] fix a config bug in evb_g0 mqtt project --- board/TencentOS_tiny_EVB_G0/TOS_CONFIG/tos_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/TencentOS_tiny_EVB_G0/TOS_CONFIG/tos_config.h b/board/TencentOS_tiny_EVB_G0/TOS_CONFIG/tos_config.h index 89446595..f5a1b2f0 100644 --- a/board/TencentOS_tiny_EVB_G0/TOS_CONFIG/tos_config.h +++ b/board/TencentOS_tiny_EVB_G0/TOS_CONFIG/tos_config.h @@ -33,5 +33,7 @@ #define TOS_CFG_TIMER_AS_PROC 1u +#define TOS_CFG_MAIL_QUEUE_EN 1u + #endif