mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-27 01:02:37 +00:00
Merge pull request #232 from jacobrosenthal/twim-derive-format
embassy-nrf: twim derive defmt
This commit is contained in:
commit
e6bd02d40e
@ -690,6 +690,7 @@ impl<'a, T: Instance> embedded_hal::blocking::i2c::WriteRead for Twim<'a, T> {
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub enum Error {
|
||||
TxBufferTooLong,
|
||||
RxBufferTooLong,
|
||||
|
Loading…
Reference in New Issue
Block a user