From 26a6ba1f2418d841fc48686738857e174c8faf94 Mon Sep 17 00:00:00 2001 From: Aux1r Date: Sat, 16 Nov 2024 14:24:53 +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 6f5ed61..211936e 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, 32>; + type I2cValues = FnvIndexMap<(u8, u16), Option, 40>; /// A mock I2C instance which can be used for testing pub struct MockI2c {