Skip to content

Commit

Permalink
[firmware] fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezii committed Aug 9, 2024
1 parent 7f42fd4 commit df01568
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions antani_sw/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![no_std]
#![no_main]


use defmt::*;
use defmt_rtt as _;
use panic_probe as _;
Expand Down Expand Up @@ -118,7 +117,6 @@ fn main() -> ! {
ws.write(core::iter::repeat(black).take(400)).unwrap();

loop {

mtrx.set_all(red);
ws.write(mtrx.blit()).unwrap();

Expand All @@ -133,6 +131,5 @@ fn main() -> ! {
ws.write(mtrx.blit()).unwrap();

delay.delay_ms(150);

}
}

0 comments on commit df01568

Please sign in to comment.