summaryrefslogtreecommitdiff
path: root/firmware/usbstack/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/host.h')
-rw-r--r--firmware/usbstack/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/host.h b/firmware/usbstack/host.h
index cb2f550..862584d 100644
--- a/firmware/usbstack/host.h
+++ b/firmware/usbstack/host.h
@@ -25,7 +25,7 @@
*/
struct usb_host_driver {
const char* name;
- void* data; /* used to store controller specific ops struct */
+ void* data; /* used to store controller specific ops struct */
};
#endif /*_USBSTACK_HOST_H_*/