summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorJeremiah McCarthy <[email protected]>2021-04-05 16:32:58 -0400
committerJeremiah McCarthy <[email protected]>2021-04-05 16:32:58 -0400
commitc5b8ef15299e9d5787602b39805efbb0ca385110 (patch)
tree9e20dc037d6d9b2601ec6363e9a42870a6167f44 /src/tusb.h
parent164d3e82e32e1039ba8e471fbc949699c396c9fe (diff)
Separate DFU RT and Mode. Untested
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h
index cc82c440d..c9558515c 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -1,4 +1,4 @@
-/*
+/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Ha Thach (tinyusb.org)
@@ -96,6 +96,10 @@
#include "class/dfu/dfu_rt_device.h"
#endif
+ #if CFG_TUD_DFU_MODE
+ #include "class/dfu/dfu_mode_device.h"
+ #endif
+
#if CFG_TUD_NET
#include "class/net/net_device.h"
#endif