From b8fac32aed712a3e0e87cea99b9c6d5ef5e12d2b Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 07 三月 2025 18:02:15 +0800
Subject: [PATCH] 现在单个测距完成,然后3s测一次距功能实现

---
 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