Skip to content

Commit 4454162

Browse files
sethpgithub-actions[bot]
authored andcommitted
chore(fmt): automated formatting
1 parent a04a198 commit 4454162

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/gpio_interrupt.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ extern crate alloc;
77
use esp32c3_hal::prelude::*;
88
use esp32c3_hal::{
99
clock::ClockControl,
10-
gpio::{IO},
10+
gpio::IO,
1111
interrupt,
1212
peripherals::{self, Peripherals},
1313
timer::TimerGroup,
1414
Rtc,
1515
};
1616
use esp_backtrace as _;
1717

18-
19-
2018
core::arch::global_asm!(".global _heap_size; _heap_size = 0x8000");
2119

2220
#[global_allocator]

src/bin/vgaterm.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
extern crate alloc;
66

77
use alloc::{collections::VecDeque, string::String, vec::Vec};
8+
use esp32c3_hal::clock::{ClockControl, CpuClock};
89
use esp32c3_hal::prelude::*;
910
use esp32c3_hal::timer::TimerGroup;
10-
use esp32c3_hal::{
11-
clock::{ClockControl, CpuClock},
12-
};
1311
use esp32c3_hal::{gpio::IO, peripherals::Peripherals, Rtc};
1412
use esp_backtrace as _;
1513
use vgaterm::{self, perf, video};

0 commit comments

Comments
 (0)