diff options
| author | William D. Jones <[email protected]> | 2019-11-02 14:46:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-02 14:46:57 -0400 |
| commit | 130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch) | |
| tree | 78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /src/tusb.h | |
| parent | 5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff) | |
| parent | 1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff) | |
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
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 1a6ff0b10..bf4ad5730 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -87,6 +87,10 @@ #if CFG_TUD_USBTMC
#include "class/usbtmc/usbtmc_device.h"
#endif
+
+ #if CFG_TUD_DFU_RT
+ #include "class/dfu/dfu_rt_device.h"
+ #endif
#endif
|
