From b57aceff1554e5b706ee0bd6bc45c790338baad0 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Sun, 26 Oct 2025 20:05:19 +0000 Subject: [PATCH] comment updates --- scada-common/ppm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scada-common/ppm.lua b/scada-common/ppm.lua index d17fd41..bf5df5e 100644 --- a/scada-common/ppm.lua +++ b/scada-common/ppm.lua @@ -293,7 +293,7 @@ function ppm.remount(iface) return pm_type, pm_dev end --- mount a virtual, placeholder device (specifically designed for RTU startup with missing devices) +-- mount a virtual placeholder device ---@nodiscard ---@return string type, table device function ppm.mount_virtual()