Skip to content

Commit

Permalink
Merge branch 'cabal_fix_chrouter' into 'devel'
Browse files Browse the repository at this point in the history
APP: [FEATURE] Add default_mode and opt_mode in dts_mvb_channel_router

See merge request ndk/ndk-app-minimal!66
  • Loading branch information
martinspinler committed Aug 22, 2024
2 parents 74064e6 + a4e5ac5 commit 216303d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/top/DevTree.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ proc dts_app_minimal_core {index base reg_size} {
append ret "app_core_minimal_$index {"
append ret "reg = <$base $reg_size>;"
append ret "compatible = \"cesnet,minimal,app_core\";"
append ret [dts_mvb_channel_router "rx_chan_router" $base $ETH_PORT_CHAN($index)]
append ret [dts_mvb_channel_router "rx_chan_router" $base $ETH_PORT_CHAN($index) 2 1]
append ret "};"
return $ret
}
Expand Down
2 changes: 1 addition & 1 deletion ndk/cards
2 changes: 1 addition & 1 deletion ndk/core

0 comments on commit 216303d

Please sign in to comment.