Skip to main content

hal_mik32/
avcc.rs

1//! AVCC HAL stub
2
3pub struct Avcc;
4
5impl Avcc {
6    pub fn new() -> Self {
7        Avcc
8    }
9}