diff options
| author | HiFiPhile <[email protected]> | 2024-05-07 00:37:57 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-07 00:37:57 +0200 |
| commit | e5d92c4ea736669445d728d6374f0e1b00c9eb15 (patch) | |
| tree | 0a1d7d1aaadf1d47d08e86b210b4d09b8bc9a329 /examples | |
| parent | 0f4ea8e9182c3f1f526e2ff5447ca31c5c7d8709 (diff) | |
Fix CI.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/net_lwip_webserver/skip.txt | 2 | ||||
| -rw-r--r-- | examples/device/net_lwip_webserver/src/tusb_config.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/device/net_lwip_webserver/skip.txt b/examples/device/net_lwip_webserver/skip.txt index 75aa2ef14..bb3ff7885 100644 --- a/examples/device/net_lwip_webserver/skip.txt +++ b/examples/device/net_lwip_webserver/skip.txt @@ -1,9 +1,11 @@ mcu:LPC11UXX mcu:LPC13XX +mcu:LPC15XX mcu:MSP430x5xx mcu:NUC121 mcu:SAMD11 mcu:STM32L0 +mcu:STM32F0 mcu:KINETIS_KL family:broadcom_64bit family:broadcom_32bit diff --git a/examples/device/net_lwip_webserver/src/tusb_config.h b/examples/device/net_lwip_webserver/src/tusb_config.h index ae5e67513..d3e094517 100644 --- a/examples/device/net_lwip_webserver/src/tusb_config.h +++ b/examples/device/net_lwip_webserver/src/tusb_config.h @@ -97,7 +97,7 @@ extern "C" { #endif //-------------------------------------------------------------------- -// NCM CLASS CONFIGURATION, SEE "ncm.h" FOR PERFORMANCE TUNNING +// NCM CLASS CONFIGURATION, SEE "ncm.h" FOR PERFORMANCE TUNING //-------------------------------------------------------------------- // Must be >> MTU |
