File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defmt = { version = "0.3", optional = true }
16
16
embedded-hal = { version = " 1.0" , optional = true }
17
17
embedded-hal-async = { version = " 1.0" , optional = true }
18
18
log = { version = " 0.4" , optional = true }
19
- maybe-async-cfg = " 0.2 "
19
+ maybe-async-cfg2 = " 0.3 "
20
20
21
21
[features ]
22
22
async = [" dep:embedded-hal-async" ]
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ impl From<u8> for Status {
131
131
}
132
132
133
133
/// A DS4432 Digital To Analog (DAC) converter on the I2C bus `I`.
134
- #[ maybe_async_cfg :: maybe(
134
+ #[ maybe_async_cfg2 :: maybe(
135
135
sync( feature = "sync" , self = "DS4432" ) ,
136
136
async ( feature = "async" , keep_self)
137
137
) ]
@@ -141,7 +141,7 @@ pub struct AsyncDS4432<I> {
141
141
rfs1_ohm : Option < u32 > ,
142
142
}
143
143
144
- #[ maybe_async_cfg :: maybe(
144
+ #[ maybe_async_cfg2 :: maybe(
145
145
sync(
146
146
feature = "sync" ,
147
147
self = "DS4432" ,
You can’t perform that action at this time.
0 commit comments