Skip to content

Commit

Permalink
fixup! fix(coapcore): Use libOSCORE version that works without alloc
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
chrysn committed Nov 25, 2024
1 parent eef9f36 commit 369bf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/coapcore/src/seccontext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ impl<'a, H: coap_handler::Handler, Crypto: lakers::Crypto> coap_handler::Handler
// for.)

// embedded-nal-coap uses this max size, and our messages are same size or smaller,
// so it's a guarnteed fit.
// so it's a guaranteed fit.
const MAX_SIZE: usize = 1152;
let mut read_copy = [0u8; MAX_SIZE];
let mut code_copy = 0;
Expand Down

0 comments on commit 369bf86

Please sign in to comment.