Increasing batch size

master
Ryan Summers 2020-11-17 14:27:17 +01:00
parent 6c2bc22b7a
commit d2e8b30622
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ use heapless::{consts::*, String};
const SAMPLE_FREQUENCY_KHZ: u32 = 500;
// The desired ADC sample processing buffer size.
const SAMPLE_BUFFER_SIZE: usize = 1;
const SAMPLE_BUFFER_SIZE: usize = 2;
#[link_section = ".sram3.eth"]
static mut DES_RING: ethernet::DesRing = ethernet::DesRing::new();