rp2/cyw43_configport: Set CYW43_EVENT_POLL_HOOK value.
This should allow USB to work while we're loading WiFi firmware. Fixes issue #8904.
This commit is contained in:
parent
9fd8250d69
commit
33d6994d4c
|
@ -95,4 +95,6 @@ static inline void cyw43_delay_ms(uint32_t ms) {
|
|||
}
|
||||
}
|
||||
|
||||
#define CYW43_EVENT_POLL_HOOK MICROPY_EVENT_POLL_HOOK_FAST
|
||||
|
||||
#endif // MICROPY_INCLUDED_RP2_CYW43_CONFIGPORT_H
|
||||
|
|
Loading…
Reference in New Issue