From 97c1c1fa2d25c2d784b9f38830b7c2b390dabaa7 Mon Sep 17 00:00:00 2001 From: Tobias E Date: Wed, 20 Nov 2024 19:44:56 +0000 Subject: [PATCH] modified: lib/obp60task/PageRollPitch.cpp back to standard --- lib/obp60task/PageRollPitch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/obp60task/PageRollPitch.cpp b/lib/obp60task/PageRollPitch.cpp index 57e8dab..0cf5fb9 100644 --- a/lib/obp60task/PageRollPitch.cpp +++ b/lib/obp60task/PageRollPitch.cpp @@ -360,8 +360,8 @@ 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", "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 );