diff options
Diffstat (limited to 'os/hal/templates/usb_lld.c')
-rw-r--r-- | os/hal/templates/usb_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/usb_lld.c b/os/hal/templates/usb_lld.c index c5138e497..dd629ce5f 100644 --- a/os/hal/templates/usb_lld.c +++ b/os/hal/templates/usb_lld.c @@ -119,7 +119,7 @@ void usb_lld_init(void) { void usb_lld_start(USBDriver *usbp) {
if (usbp->state == USB_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_USB_USE_USB1
if (&USBD1 == usbp) {
|