This commit is contained in:
DavidXanatos 2023-08-05 18:27:09 +02:00
parent 8e1f82801f
commit 473784cbe3
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
#include "thread.h"
#include "wfp.h"
#include "common/my_version.h"
#define KERNEL_MODE
#include "verify.h"

View File

@ -996,6 +996,6 @@ void InitFwUuid()
ptr = hexbyte(uuid[i], ptr);
*ptr++ = 0;
//DbgPrint("sbie FW-UUID: %S\n", g_uuid_str);
DbgPrint("sbie FW-UUID: %S\n", g_uuid_str);
}
}