From 43e94488a2d21ff478835c58df13226baac27560 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 05 一月 2024 18:10:00 +0800 Subject: [PATCH] 修复bug --- HAL/SPI.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HAL/SPI.c b/HAL/SPI.c index ba65d6a..1097a14 100644 --- a/HAL/SPI.c +++ b/HAL/SPI.c @@ -40,7 +40,7 @@ int i = 0; - decaIrqStatus_t stat ; +// decaIrqStatus_t stat ; // stat = decamutexon() ; @@ -91,7 +91,7 @@ int i = 0; - decaIrqStatus_t stat ; +// decaIrqStatus_t stat ; // stat = decamutexon() ; -- Gitblit v1.9.3