Skip to content

Commit a015fd7

Browse files
committed
Impl freeze for Locked opamp
1 parent 5c19496 commit a015fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opamp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ macro_rules! opamps {
378378
}
379379

380380
impl<Input, Output> stasis::Freeze for Follower<$opamp, Input, Output> { }
381+
impl<Output> stasis::Freeze for Locked<$opamp, Output> { }
381382

382383
impl<Input, Output> Follower<$opamp, Input, Output> {
383384
/// Set the lock bit in the registers. After the lock bit is

0 commit comments

Comments
 (0)