1.10.3
This commit is contained in:
parent
8e1f82801f
commit
473784cbe3
|
@ -38,6 +38,7 @@
|
|||
#include "thread.h"
|
||||
#include "wfp.h"
|
||||
#include "common/my_version.h"
|
||||
#define KERNEL_MODE
|
||||
#include "verify.h"
|
||||
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue