Skip to content

Commit

Permalink
++ ctt controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Zadamsa committed Jan 18, 2025
1 parent ab7bbe9 commit 27d7b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/cttController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace ipxp {

void CttController::init(const std::string& nfb_dev, unsigned ctt_comp_index) {
m_commander = std::make_unique<ctt::AsyncCommander>(ctt::NfbParams{nfb_dev, ctt_comp_index});
m_commander = std::make_unique<ctt::AsyncCommander>(ctt::NfbParamsFast{nfb_dev, ctt_comp_index});
try {
// Get UserInfo to determine key, state, and state_mask sizes
ctt::UserInfo user_info = m_commander->get_user_info();
Expand Down

0 comments on commit 27d7b00

Please # to comment.