diff options
| author | Peter Lawrence <[email protected]> | 2020-03-02 21:15:01 -0600 |
|---|---|---|
| committer | Peter Lawrence <[email protected]> | 2020-03-02 21:15:01 -0600 |
| commit | fee79d746604f671483f5872337ea366f2d2c1a2 (patch) | |
| tree | ee71a19c377efb01ec3891eb01ae86f0c4a76420 /src/tusb.h | |
| parent | 43025b2ae395b6f3c3ed725e3c4b31f15786d65e (diff) | |
add CDC-ECM/RNDIS/CDC-EEM network device class with example
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index 7dcddf645..55c105121 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -91,6 +91,10 @@ #if CFG_TUD_DFU_RT #include "class/dfu/dfu_rt_device.h" #endif + + #if CFG_TUD_NET + #include "class/net/net_device.h" + #endif #endif |
