updated all example links

This commit is contained in:
2021-12-06 16:02:51 +01:00
parent 6f1d2554d5
commit 2de11478fb
5 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
//!
//! ## Examples
//!
//! - [UART example](https://github.com/robamu-org/va108xx-hal-rs/blob/main/examples/uart.rs)
//! - [UART example](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal/src/branch/main/examples/uart.rs)
use core::{convert::Infallible, ptr};
use core::{marker::PhantomData, ops::Deref};
use libm::floorf;