diff options
| -rw-r--r-- | firmware/export/usb_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/usb_drv.h b/firmware/export/usb_drv.h index 23f6f4c..0c99630 100644 --- a/firmware/export/usb_drv.h +++ b/firmware/export/usb_drv.h @@ -18,8 +18,8 @@ * KIND, either express or implied. * ****************************************************************************/ -#ifndef ARCOTG_DRV_H -#define ARCOTG_DRV_H +#ifndef _USB_DRV_H +#define _USB_DRV_H #include "usb_ch9.h" #include "kernel.h" @@ -47,4 +47,4 @@ bool usb_drv_connected(void); int usb_drv_request_endpoint(int dir); void usb_drv_release_endpoint(int ep); -#endif +#endif /* _USB_DRV_H */ |