From 1e3c89b672e17700a9b50a312d9df29c54977685 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 3 Apr 2023 17:59:14 +0200 Subject: [PATCH] i dont think ths needs to be public --- src/fsfw/devicehandlers/HealthDevice.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fsfw/devicehandlers/HealthDevice.h b/src/fsfw/devicehandlers/HealthDevice.h index f4c3520fb..00ea44c56 100644 --- a/src/fsfw/devicehandlers/HealthDevice.h +++ b/src/fsfw/devicehandlers/HealthDevice.h @@ -31,8 +31,6 @@ class HealthDevice : public SystemObject, public ExecutableObjectIF, public HasH MessageQueueId_t parentQueue; MessageQueueIF* commandQueue; - - public: HealthHelper healthHelper; };