mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
examples polished
This commit is contained in:
parent
2493860078
commit
a8d890db3d
62 changed files with 135 additions and 1165 deletions
|
|
@ -1,9 +1,9 @@
|
|||
//! examples/ramfunc.rs
|
||||
//! TODO: verify that ram-sections are properly used
|
||||
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_docs)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
#![deny(missing_docs)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
||||
use panic_semihosting as _;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue