From 032e9ef8d51179d35a31f6362888d8f959890cba Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 4 Nov 2025 00:33:43 -0400 Subject: [PATCH] DevMgt: Update comments on bg daemon thread selection --- smocore/body/body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smocore/body/body.cpp b/smocore/body/body.cpp index a21fb15..4ec254f 100644 --- a/smocore/body/body.cpp +++ b/smocore/body/body.cpp @@ -50,7 +50,7 @@ public: * For example, liblivoxProto1's BroadcastListener will use this thread * to listen for UDP broadcast dgrams from Livox devices. * - * Right now we use Marionette, but there's a strong argument for using + * We used to use Marionette, but there's a strong argument for using * Body instead since it's meant to handle device-management operations. */ stim_buff::StimBuffApiManager::getInstance()