mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-26 16:15:11 +02:00
Add multicore to LWIP.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -284,9 +284,12 @@ static void execute_tasks(void)
|
||||
{
|
||||
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
|
||||
tud_task(); // tinyusb device task
|
||||
#endif
|
||||
#ifdef USB_ITF_LWIP
|
||||
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
|
||||
service_traffic();
|
||||
#endif
|
||||
rest_task();
|
||||
#endif
|
||||
usb_task();
|
||||
led_blinking_task();
|
||||
|
||||
Reference in New Issue
Block a user