diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 18:09:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-29 18:09:05 +0000 |
| commit | 642eb1400ba5508321d7aed438dc5033a652e2fb (patch) | |
| tree | 82e888ad5ea0af46fd33188fdf923e3d2ecd0a1a /embassy-hal-common/src | |
| parent | cc23129456832ce4d65ce0b8088a011395fca4fb (diff) | |
| parent | 421ee4dfbfbbdc007265498d4f529687c16d89af (diff) | |
Merge pull request #1503 from embassy-rs/ci-fixes
ci: add stable build, add tests.
Diffstat (limited to 'embassy-hal-common/src')
| -rw-r--r-- | embassy-hal-common/src/atomic_ring_buffer.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-hal-common/src/atomic_ring_buffer.rs b/embassy-hal-common/src/atomic_ring_buffer.rs index 0eb39cb33..ea84925c4 100644 --- a/embassy-hal-common/src/atomic_ring_buffer.rs +++ b/embassy-hal-common/src/atomic_ring_buffer.rs | |||
| @@ -458,8 +458,6 @@ mod tests { | |||
| 458 | 458 | ||
| 459 | #[test] | 459 | #[test] |
| 460 | fn push_slices() { | 460 | fn push_slices() { |
| 461 | init(); | ||
| 462 | |||
| 463 | let mut b = [0; 4]; | 461 | let mut b = [0; 4]; |
| 464 | let rb = RingBuffer::new(); | 462 | let rb = RingBuffer::new(); |
| 465 | unsafe { | 463 | unsafe { |
