fixing the error messagE

This commit is contained in:
maliakal_d 2021-11-24 10:19:35 +01:00
parent 0e23665de5
commit 81eb0217ad
6 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ int allowUpdate(char *mess, char *functionType) {
getKernelVersion(retvals); getKernelVersion(retvals);
snprintf(mess, MAX_STR_LENGTH, snprintf(mess, MAX_STR_LENGTH,
"Could not update %s. Kernel version %s is too old to " "Could not update %s. Kernel version %s is too old to "
"update the Amd flash\n", "update the Amd flash. Most likely you will need to resuce this blackfin or get another one. Please contact us.\n",
functionType, retvals); functionType, retvals);
LOG(logERROR, (mess)); LOG(logERROR, (mess));
return FAIL; return FAIL;

View File

@ -12,4 +12,4 @@
#define APIGOTTHARD2 0x211124 #define APIGOTTHARD2 0x211124
#define APIJUNGFRAU 0x211124 #define APIJUNGFRAU 0x211124
#define APIMYTHEN3 0x211124 #define APIMYTHEN3 0x211124
#define APIMOENCH 0x211123 #define APIMOENCH 0x211124