Commit 213a13ba by kevin

remove 4996 warning, remove log

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