Skip to content

Commit

Permalink
add rtt_target
Browse files Browse the repository at this point in the history
  • Loading branch information
Srg213 committed Aug 24, 2022
1 parent 3d86506 commit b4fbc05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,13 @@
#![no_main]

pub mod constant;
#[cfg(feature = "gesture")]
pub mod gesture;

#[cfg(feature = "gesture")]
use heapless::Vec;

#[allow(unused_imports)]
use panic_semihosting as _;

use embedded_hal as hal;
use hal::blocking::{delay::DelayMs, i2c};

use rtt_target::{rprintln, rtt_init_print};
use core::marker::PhantomData;
use crate::constant::*;

Expand Down

0 comments on commit b4fbc05

Please sign in to comment.