From f724db59dd2c63e9084867bd4a87f662e72cc32b Mon Sep 17 00:00:00 2001 From: marcofilho <marco.filho@ess.eu> Date: Mon, 15 Jul 2024 12:31:52 +0200 Subject: [PATCH] Style: remove excessive comment symbols --- vmmTblApp/Db/channels.template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/vmmTblApp/Db/channels.template b/vmmTblApp/Db/channels.template index 6e97182..1c42aad 100644 --- a/vmmTblApp/Db/channels.template +++ b/vmmTblApp/Db/channels.template @@ -1,10 +1,9 @@ ##### Records to set all register channels for given Hybrid -##### and given VMM chip. -##### -##### The aao record sets the register channel by channel. -##### The bo record sets all channels at once. +# and given VMM chip. +# +# The aao record sets the register channel by channel. +# The bo record sets all channels at once. -# ST register record(aao, "$(P)$(R)Hyb$(HYB)Vmm$(VMM)ST-S") { field(DESC, "Set ST channels array") field(DTYP, "asynInt8ArrayOut") -- GitLab