mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
In order to get PHY interrupts, they must be enabled at the PHY (still don't get PHY interrupts)
This commit is contained in:
@@ -255,7 +255,7 @@ static int phy_handler(FAR struct phy_notify_s *client)
|
||||
int errcode = errno;
|
||||
DEBUGASSERT(errcode > 0);
|
||||
|
||||
ndbg("ERROR: sigqueue failed: %d\n", errcode);
|
||||
nlldbg("ERROR: sigqueue failed: %d\n", errcode);
|
||||
UNUSED(errcode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user