Closed kuldeepdhaka closed 8 years ago
#ifndef CONFIG_LOWPOWER usb->dev.poll = pico_usbeth_poll; #endif
if CONFIG_LOWPOWER is defined, usb->dev.poll will be NULL.
usb->dev.poll
NULL
In commit https://github.com/insane-adding-machines/frosted/commit/79b8a75e4c0b44c594c01fbb3df4fdbc0b539080 "#ifndef ..." should have be removed too?
if CONFIG_LOWPOWER is defined,
usb->dev.poll
will beNULL
.In commit https://github.com/insane-adding-machines/frosted/commit/79b8a75e4c0b44c594c01fbb3df4fdbc0b539080 "#ifndef ..." should have be removed too?