summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-09 15:51:29 +0700
committerhathach <[email protected]>2020-03-09 15:51:29 +0700
commit85a3315a998ce7c625796177a665e6f4cd373e73 (patch)
treea7e50a3577f046362b672675c09ca45aa26cac2c /src
parente764421164926f1d50db5daecf30893954b18289 (diff)
Adding lwip_webserver to ci
- buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver
Diffstat (limited to 'src')
-rw-r--r--src/class/net/net_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class/net/net_device.h b/src/class/net/net_device.h
index fee54163f..71483364d 100644
--- a/src/class/net/net_device.h
+++ b/src/class/net/net_device.h
@@ -31,6 +31,8 @@
#include "common/tusb_common.h"
#include "device/usbd.h"
#include "class/cdc/cdc.h"
+
+// TODO should not include external files
#include "lwip/pbuf.h"
#include "netif/ethernet.h"