Skip to content
Snippets Groups Projects
Commit ebae2b13 authored by Stephen D's avatar Stephen D
Browse files

increase buffer length a bit

parent 48288882
No related branches found
No related tags found
No related merge requests found
Pipeline #2818 passed
......@@ -29,7 +29,7 @@ mod app {
use crate::spi_data::{self, SpiData};
// in # packets
const BUFFER_LEN: usize = 50;
const BUFFER_LEN: usize = 150;
// in bytes
// explicitly make this smaller than a packet so that we don't buffer things in the tx DMA for a while
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment