rtic 2.3.0

Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: this lint expectation is unfulfilled
 --> ui/inner_attribute.rs:6:15
  |
6 |     #![expect(while_true)]
  |               ^^^^^^^^^^
  |
note: the lint level is defined here
 --> ui/inner_attribute.rs:2:9
  |
2 | #![deny(unfulfilled_lint_expectations)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^