From adfc7e798b9cbdd022bf8df971843436912a0fe5 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期日, 20 七月 2025 16:58:30 +0800 Subject: [PATCH] 成功移植g_com_map表逻辑,初步测试能读能写,并且TDOA效果和官方一致 --- keil/include/components/wsf/include/wsf_os.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/keil/include/components/wsf/include/wsf_os.h b/keil/include/components/wsf/include/wsf_os.h index a596892..0e2d9c3 100644 --- a/keil/include/components/wsf/include/wsf_os.h +++ b/keil/include/components/wsf/include/wsf_os.h @@ -140,20 +140,6 @@ /*************************************************************************************************/ /*! - * \brief Lock task scheduling. - */ -/*************************************************************************************************/ -uint32_t WsfTaskLock(void); - -/*************************************************************************************************/ -/*! - * \brief Unlock task scheduling. - */ -/*************************************************************************************************/ -void WsfTaskUnlock(uint32_t lock); - -/*************************************************************************************************/ -/*! * \brief Set the task used by the given handler as ready to run. * * \param handlerId Event handler ID. -- Gitblit v1.9.3