From ac3448ae364844c7b96d0d21ef0c9359a8cc0a6a Mon Sep 17 00:00:00 2001
From: zeisele <zeisele@iastate.edu>
Date: Fri, 8 Apr 2022 00:45:43 +0200
Subject: [PATCH] little change to fix big test stand bug

---
 crazyflie_groundstation/inc/CCrazyflie.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crazyflie_groundstation/inc/CCrazyflie.h b/crazyflie_groundstation/inc/CCrazyflie.h
index 72996de11..8530f364d 100644
--- a/crazyflie_groundstation/inc/CCrazyflie.h
+++ b/crazyflie_groundstation/inc/CCrazyflie.h
@@ -317,7 +317,7 @@ class CCrazyflie {
 
   void stopThread();
 
-  bool m_exitThread;
+  bool m_exitThread = false;
 
   bool testStandFlag;
 
-- 
GitLab