We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d68027 commit b3fbdf7Copy full SHA for b3fbdf7
src/lib.rs
@@ -1,9 +1,9 @@
1
//! Implement a [CMSIS-Pack] flash algorithm in Rust
2
-//!
+//!
3
//! [CMSIS-Pack]: https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/flashAlgorithm.html
4
5
//! # Feature flags
6
7
//! - `panic-handler` this is enabled by default and includes a simple abort-on-panic
8
//! panic handler. Disable this feature flag if you would prefer to use a different
9
//! handler.
0 commit comments