Merge pull request #13 from GameTec-live/main

Fixed Porxgrind typo
This commit is contained in:
Iceman
2023-06-01 19:36:53 +02:00
committed by GitHub
+1 -1
View File
@@ -6528,7 +6528,7 @@
// <i> Setting string to NULL disables that string.
// <i> The order of manufacturer names must be the same like in @ref APP_USBD_STRINGS_LANGIDS.
#ifndef APP_USBD_STRINGS_MANUFACTURER
#define APP_USBD_STRINGS_MANUFACTURER APP_USBD_STRING_DESC("Porxgrind")
#define APP_USBD_STRINGS_MANUFACTURER APP_USBD_STRING_DESC("Proxgrind")
#endif
// </e>