diff options
| author | Ha Thach <[email protected]> | 2020-03-10 14:33:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-10 14:33:26 +0700 |
| commit | 41d9ab5056c63dc0ecf4b60d55a5f653b561a0c5 (patch) | |
| tree | 1427e6e4bc21eec52ca591665ba3a73d4a7d93e4 /src/class | |
| parent | cddbc86dc9403b26b9dda7f0cf141a593e4e89ab (diff) | |
| parent | 9a0c02236e1647bbbeaf3284ab9ba4da0caf56f1 (diff) | |
Merge pull request #295 from hathach/develop
add webserver into ci build
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/net/net_device.h | 2 |
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" |
