Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
Aux1r committed Nov 16, 2024
1 parent b5fd966 commit 123dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io/src/i2c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8>, 36>;
type I2cValues = FnvIndexMap<(u8, u16), Option<u8>, 64>;

/// A mock I2C instance which can be used for testing
pub struct MockI2c {
Expand Down

0 comments on commit 123dc1c

Please sign in to comment.