Skip to content

Commit

Permalink
worthless commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity authored and gitbutler-client committed Jun 22, 2024
1 parent f578691 commit 6b8f98e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async fn main(spawner: Spawner) -> ! {
teeny::logger::init_logger_from_env();
info!("Logger is setup");
println!("Hello world!");

// #[cfg(feature = "alloc")]
// spotify_mini::alloc::init_heap();

Expand All @@ -56,8 +56,6 @@ async fn main(spawner: Spawner) -> ! {

let clocks = ClockControl::max(system.clock_control).freeze();

// let timer_group0 = TimerGroup::new_async(peripherals.TIMG0, &clocks);

let timer_group0 = TimerGroup::new_async(peripherals.TIMG0, &clocks);

esp_hal_embassy::init(&clocks, timer_group0);
Expand Down

0 comments on commit 6b8f98e

Please sign in to comment.