docs: embassy-net-adin1110

This commit is contained in:
Ulf Lilleengen
2023-12-20 12:51:47 +01:00
parent 52a801fdb7
commit 246c49621c
6 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,7 @@ use core::fmt::{Debug, Display};
use bitfield::{bitfield, bitfield_bitrange, bitfield_fields};
#[allow(missing_docs)]
#[allow(non_camel_case_types)]
#[derive(Debug, Copy, Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]