mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
typo
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@89 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
a349e3a00c
commit
1d475fdf1f
@ -260,7 +260,7 @@ int hsm_reset_module( void )
|
||||
cmd.cmd = Cmd_ClearUnit;
|
||||
cmd.args.clearunit.module = HSM_MODULE_ID;
|
||||
|
||||
ret_code = NFastApp_Transsct( hsmConnection, NULL, &cmd, &reply, NULL );
|
||||
ret_code = NFastApp_Transact( hsmConnection, NULL, &cmd, &reply, NULL );
|
||||
if ( ret_code != CR_GENID_SUCCESS )
|
||||
{
|
||||
SetErrorInfo( __FUNCTION__, __LINE__ );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user