Files
checker_host/elec/JQ_PSDGenerate.h
ranchuan d1e617afd3 实现赋码仪命令
升级小板程序失败时停止
2023-12-21 18:51:58 +08:00

13 lines
205 B
C

#ifndef __JQ_PSDGENERATE_H__
#define __JQ_PSDGENERATE_H__
#include <stdio.h>
#include <stdbool.h>
#include "stdint-gcc.h"
uint8_t JQ_GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
#endif