Skip to content

Commit 27d7b00

Browse files
committed
++ ctt controller
1 parent ab7bbe9 commit 27d7b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cttController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
namespace ipxp {
3030

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

0 commit comments

Comments
 (0)