From 1bc896dfd791a337f6020013195cc9ed11a115cf Mon Sep 17 00:00:00 2001 From: Tobias E Date: Wed, 20 Nov 2024 09:20:50 +0000 Subject: [PATCH] modified: lib/obp60task/PageRollPitch.cpp --> fixed Typo --- lib/obp60task/PageRollPitch.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/obp60task/PageRollPitch.cpp b/lib/obp60task/PageRollPitch.cpp index 9bc9b49..33f5142 100644 --- a/lib/obp60task/PageRollPitch.cpp +++ b/lib/obp60task/PageRollPitch.cpp @@ -353,7 +353,8 @@ PageDescription registerPageRollPitch( "RollPitch", // Page name createPage, // Action 0, // Number of bus values depends on selection in Web configuration - {"xdrRoll", "xdrPitch"},// 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 );