From 026e1750503ec74bbe181bce3ece9931c244e367 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 03 二月 2021 09:23:31 +0800 Subject: [PATCH] 适配模拟灯光。 --- lib/src/main/cpp/master/comm_if.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/master/comm_if.cpp b/lib/src/main/cpp/master/comm_if.cpp index b2772e1..455de37 100644 --- a/lib/src/main/cpp/master/comm_if.cpp +++ b/lib/src/main/cpp/master/comm_if.cpp @@ -141,6 +141,7 @@ pthread_mutex_unlock(&msg_mutex); } else { // 寤惰繜閲嶅彂 + DEBUG("鍙戦�佸け璐�"); usleep(500000); sem_post(&sem_msg_income); } -- Gitblit v1.8.0