Skip to content

Commit 553c3b0

Browse files
Set data source using BAR 0
1 parent ced775b commit 553c3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/CruDmaChannel.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void CruDmaChannel::deviceStartDma()
9191

9292
if ((mLoopbackMode == LoopbackMode::Internal) && mFeatures.dataSelection) {
9393
// Something with selecting the data source... [insert link to documentation here]
94-
getBar2().setDataSource(Cru::Registers::DATA_SOURCE_SELECT_INTERNAL);
94+
getBar().setDataSource(Cru::Registers::DATA_SOURCE_SELECT_INTERNAL);
9595
}
9696

9797
for (auto &link : mLinks) {

0 commit comments

Comments
 (0)