We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c6f2f commit 2d6bbdaCopy full SHA for 2d6bbda
include/ReadoutCard/Cru.h
@@ -22,8 +22,8 @@ namespace AliceO2 {
22
namespace roc {
23
namespace Cru {
24
25
-static constexpr uint32_t CLOCK_TTC(0x1);
26
-static constexpr uint32_t CLOCK_LOCAL(0x0);
+static constexpr uint32_t CLOCK_TTC(0x0);
+static constexpr uint32_t CLOCK_LOCAL(0x2);
27
28
static constexpr uint32_t DATA_CTP(0x0);
29
static constexpr uint32_t DATA_PATTERN(0x1);
0 commit comments