mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
Docfix: remove pre-release note
This commit is contained in:
parent
152955c18a
commit
53306b1a7b
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
|
||||
//!
|
||||
//! **HEADS UP** This is an **beta** pre-release; there may be breaking changes in the API and
|
||||
//! semantics before a proper release is made.
|
||||
//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers.
|
||||
//!
|
||||
//! **IMPORTANT**: This crate is published as [`cortex-m-rtic`] on crates.io but the name of the
|
||||
//! library is `rtic`.
|
||||
|
|
Loading…
Reference in a new issue