Add CDC NCM driver

This commit is contained in:
Jacob Potter
2020-10-31 11:03:55 -06:00
parent 075334af80
commit bb0df2740e
6 changed files with 635 additions and 2 deletions
+4
View File
@@ -103,6 +103,10 @@
#if CFG_TUD_BTH
#include "class/bth/bth_device.h"
#endif
#if CFG_TUD_NCM
#include "class/cdc/cdc_ncm_device.h"
#endif
#endif