i2c-v2: Correct number of chunks calculation

This commit is contained in:
Thales Fragoso
2021-07-08 19:53:47 -03:00
parent 8c7f8a61e3
commit f2e78e9c34
2 changed files with 21 additions and 6 deletions

View File

@ -6,6 +6,7 @@ mod _version;
use crate::peripherals;
pub use _version::*;
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum Error {
Bus,
Arbitration,