From 238efca4f002dd1e760f7ca2176e1f3e30b70196 Mon Sep 17 00:00:00 2001 From: GameTec_live Date: Thu, 1 Jun 2023 19:15:34 +0200 Subject: [PATCH] Fixed Porxgrind typo --- firmware/application/src/sdk_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/src/sdk_config.h b/firmware/application/src/sdk_config.h index 26f13c6c..1fcb7ed5 100644 --- a/firmware/application/src/sdk_config.h +++ b/firmware/application/src/sdk_config.h @@ -6528,7 +6528,7 @@ // Setting string to NULL disables that string. // 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 //