From a212f4165d1cb9ea854f690ab8841cc6473e93a0 Mon Sep 17 00:00:00 2001 From: Tobias E Date: Wed, 20 Nov 2024 19:59:01 +0000 Subject: [PATCH] modified: lib/obp60task/PageRollPitch.cpp fixed whitespace --- lib/obp60task/PageRollPitch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/PageRollPitch.cpp b/lib/obp60task/PageRollPitch.cpp index 48a1809..0674e2b 100644 --- a/lib/obp60task/PageRollPitch.cpp +++ b/lib/obp60task/PageRollPitch.cpp @@ -360,7 +360,7 @@ PageDescription registerPageRollPitch( "RollPitch", // Page name createPage, // Action 0, // Number of bus values depends on selection in Web configuration - // {"xdrROLL", "xdrPTCH"},// Bus values we need in the page + // {"xdrROLL", "xdrPTCH"},// Bus values we need in the page {"xdrRoll", "xdrPitch"},// Bus values we need in the page true // Show display header on/off );