From b5fd966a8526fc5e901926471c9ddaaecd503629 Mon Sep 17 00:00:00 2001 From: Aux1r Date: Sat, 16 Nov 2024 14:27:43 +0000 Subject: [PATCH] what --- lib/io/src/i2c.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/io/src/i2c.rs b/lib/io/src/i2c.rs index 211936e..d462e23 100644 --- a/lib/io/src/i2c.rs +++ b/lib/io/src/i2c.rs @@ -33,7 +33,7 @@ pub mod mock_i2c { use heapless::FnvIndexMap; /// A fixed-size map of I2C values, indexed by device address and register address - type I2cValues = FnvIndexMap<(u8, u16), Option, 40>; + type I2cValues = FnvIndexMap<(u8, u16), Option, 36>; /// A mock I2C instance which can be used for testing pub struct MockI2c {