summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-25 17:28:31 +0700
committerhathach <[email protected]>2013-10-25 17:28:31 +0700
commit0d00742cf0900fad2e3181bea4284e6aba775105 (patch)
treeab6c5cff8e3457b6c1177cd880d61b7f2748a2ea /tinyusb/common
parent7bf5cbc3fc369939c5af0d675bf9c033db4b826f (diff)
more doxygen work
rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard)
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index e5c72ba7c..ef8f8c7c2 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -71,9 +71,9 @@
#include "errors.h"
//------------- TUSB Header -------------//
-#include "core/tusb_types.h"
-#include "core/std_descriptors.h"
-#include "core/std_request.h"
+#include "tusb_types.h"
+#include "std_descriptors.h"
+#include "std_request.h"
//--------------------------------------------------------------------+
// MACROS