diff options
Diffstat (limited to 'embassy-net-wiznet/src/chip/w5500.rs')
| -rw-r--r-- | embassy-net-wiznet/src/chip/w5500.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-wiznet/src/chip/w5500.rs b/embassy-net-wiznet/src/chip/w5500.rs index 16236126d..12e610ea2 100644 --- a/embassy-net-wiznet/src/chip/w5500.rs +++ b/embassy-net-wiznet/src/chip/w5500.rs | |||
| @@ -12,7 +12,7 @@ pub enum RegisterBlock { | |||
| 12 | pub enum W5500 {} | 12 | pub enum W5500 {} |
| 13 | 13 | ||
| 14 | impl super::Chip for W5500 {} | 14 | impl super::Chip for W5500 {} |
| 15 | impl super::sealed::Chip for W5500 { | 15 | impl super::SealedChip for W5500 { |
| 16 | type Address = (RegisterBlock, u16); | 16 | type Address = (RegisterBlock, u16); |
| 17 | 17 | ||
| 18 | const COMMON_MODE: Self::Address = (RegisterBlock::Common, 0x00); | 18 | const COMMON_MODE: Self::Address = (RegisterBlock::Common, 0x00); |
