From f5aa0cd9682e444da3fc770036daea3a52aecc12 Mon Sep 17 00:00:00 2001 From: Tobias E Date: Wed, 20 Nov 2024 19:47:28 +0000 Subject: [PATCH] modified: lib/obp60task/PageRollPitch.cpp --- 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 0cf5fb9..48a1809 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 );