summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/usb_drv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/usb_drv.h b/firmware/export/usb_drv.h
index 23f6f4ce2a..0c99630b11 100644
--- a/firmware/export/usb_drv.h
+++ b/firmware/export/usb_drv.h
@@ -18,8 +18,8 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#ifndef ARCOTG_DRV_H 21#ifndef _USB_DRV_H
22#define ARCOTG_DRV_H 22#define _USB_DRV_H
23#include "usb_ch9.h" 23#include "usb_ch9.h"
24#include "kernel.h" 24#include "kernel.h"
25 25
@@ -47,4 +47,4 @@ bool usb_drv_connected(void);
47int usb_drv_request_endpoint(int dir); 47int usb_drv_request_endpoint(int dir);
48void usb_drv_release_endpoint(int ep); 48void usb_drv_release_endpoint(int ep);
49 49
50#endif 50#endif /* _USB_DRV_H */