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

14 lines
189 B
C

#ifndef __PSDGENERATE_H__
#define __PSDGENERATE_H__
#include <stdio.h>
#include <stdbool.h>
#include "stdint.h"
int GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
#endif