Commit 213a13ba by kevin

remove 4996 warning, remove log

1 parent f2397932
Showing with 2 additions and 2 deletions
#pragma once
#pragma warning(disable: 4996)
#include "lk_seeta_verify.h"
#include <iostream>
......@@ -37,7 +37,7 @@ void CZ_LK_CHECKIT()
int is_sim = compare_chip_id_hardware_nvm(chip_id, chip_id_from_nvm, 8);
if (is_sim > 0)
{//verify success
printf("chip verification succeed\n");
//printf("chip verification succeed\n");
}
else
{//verify failed
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!