net-enc28j60: fix PHY read unreliable due to missing dummy byte.
This commit is contained in:
@ -30,7 +30,6 @@ register!(PHCON2, 0, u16, {
|
||||
});
|
||||
|
||||
register!(PHSTAT2, 0, u16, {
|
||||
// Datasheet says it's bit 10, but it's actually bit 2 ?!?!
|
||||
#[doc = "Link Status bit"]
|
||||
lstat @ 2,
|
||||
lstat @ 10,
|
||||
});
|
||||
|
Reference in New Issue
Block a user