Skip to content

Commit 8586b75

Browse files
committed
Always enable sync manager
1 parent bb99c2b commit 8586b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/subdevice/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ where
188188
control: sync_manager.control,
189189
status: Status::default(),
190190
enable: Enable {
191-
enable: sync_manager.enable.contains(SyncManagerEnable::ENABLE),
191+
enable: true,
192192
..Enable::default()
193193
},
194194
};

0 commit comments

Comments
 (0)