File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- (no changes)
5
+ ### Fixes
6
+
7
+ - Fix TWIS transfer ` is_done() ` always returns true ([ #329 ] ).
8
+
9
+ [ #329 ] : https://github.com/nrf-rs/nrf-hal/pull/329
6
10
7
11
## [ 0.12.2]
8
12
126
130
- Also return owned ` Pins ` from ` Usart::free() ` ([ #261 ] ).
127
131
128
132
¹ _ A trait can be sealed by making a private trait a supertrait. That way, no
129
- downstream crates can implement it (since they can't name the supertrait).
130
- This is just to make sure the trait isn't implemented by types that shouldn't
131
- implement it._
133
+ downstream crates can implement it (since they can't name the supertrait).
134
+ This is just to make sure the trait isn't implemented by types that shouldn't
135
+ implement it._
132
136
133
137
### Internal Improvements
134
138
You can’t perform that action at this time.
0 commit comments