Skip to content

Commit

Permalink
fix: embedded_alloc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed Sep 5, 2024
1 parent a072ca0 commit db894ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensure_no_std/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern crate alloc;
use core::panic::PanicInfo;

use cortex_m_rt::entry;
use embedded_alloc::Heap;
use embedded_alloc::LlffHeap as Heap;

#[global_allocator]
static HEAP: Heap = Heap::empty();
Expand Down

0 comments on commit db894ab

Please sign in to comment.