Skip to content

Commit

Permalink
refactor: comment out unused heap initialization code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed May 14, 2024
1 parent 103a765 commit c0e1c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ async fn main(spawner: Spawner) -> ! {
info!("Logger is setup");
println!("Hello world!");

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

let peripherals = Peripherals::take();

Expand Down

0 comments on commit c0e1c35

Please sign in to comment.