From 2da49630926ca2c7ba004885249a440ef6593595 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 14 Jan 2021 10:08:14 +0100 Subject: [PATCH] avoid name conflict when module name is MOD --- moduleversion.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduleversion.template b/moduleversion.template index 6b140b1..f57c867 100644 --- a/moduleversion.template +++ b/moduleversion.template @@ -25,7 +25,7 @@ record (waveform, "$(IOC):MOD_VER") field (ASG, "READONLY") } -record (stringin, "$(IOC):$(MODULE)_VER") +record (stringin, "$(IOC):$(MODULE)_VERS") { field (DESC, "Module $(MODULE) version") field (VAL, "$(VERSION)")