Skip to content

Commit 2d6bbda

Browse files
committed
Fix clock values
1 parent 72c6f2f commit 2d6bbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ReadoutCard/Cru.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ namespace AliceO2 {
2222
namespace roc {
2323
namespace Cru {
2424

25-
static constexpr uint32_t CLOCK_TTC(0x1);
26-
static constexpr uint32_t CLOCK_LOCAL(0x0);
25+
static constexpr uint32_t CLOCK_TTC(0x0);
26+
static constexpr uint32_t CLOCK_LOCAL(0x2);
2727

2828
static constexpr uint32_t DATA_CTP(0x0);
2929
static constexpr uint32_t DATA_PATTERN(0x1);

0 commit comments

Comments
 (0)