Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ronikaufman committed Sep 18, 2024
2 parents 49de5e8 + d7867dd commit dfaf95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/myriad/daisy_loam_headphones/src/daisy_seed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl DaisySeed {

// setting up SDRAM
let sdram = system.sdram;
sdram.fill(0.0);
// sdram.fill(0.0); // This takes a long time and creates a beep at startup

// setting up SD card connection
let sdmmc_d = unsafe { pac::Peripherals::steal().SDMMC1 };
Expand Down

0 comments on commit dfaf95c

Please sign in to comment.