bump dependencies

This commit is contained in:
2025-03-07 17:25:34 +01:00
parent c3e16b4278
commit 2706dbf461
6 changed files with 7 additions and 7 deletions

View File

@ -256,7 +256,7 @@ mod app {
match cx
.local
.uart_rx
.irq_handler_max_size_or_timeout_based(cx.local.rx_context, cx.local.rx_buf)
.on_interrupt_max_size_or_timeout_based(cx.local.rx_context, cx.local.rx_buf)
{
Ok(result) => {
if RX_DEBUGGING {