fix doc comment

This commit is contained in:
dnaq 2021-09-29 13:12:49 +02:00
parent 8dc4d2a9ea
commit 6ee8f1215e

View file

@ -514,7 +514,7 @@ void EVENT_USB_Device_ConfigurationChanged(void) {
#endif
#ifdef PLOVER_HID_ENABLE
/* Setup raw HID endpoints */
/* Setup Plover HID endpoint */
ConfigSuccess &= Endpoint_ConfigureEndpoint((PLOVER_HID_IN_EPNUM | ENDPOINT_DIR_IN), EP_TYPE_INTERRUPT, PLOVER_HID_EPSIZE, 1);
#endif