diff options
Diffstat (limited to 'projects/hsm')
-rwxr-xr-x | projects/hsm/cryptech_upload | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/hsm/cryptech_upload b/projects/hsm/cryptech_upload index 0c3f6fc..f5fefaa 100755 --- a/projects/hsm/cryptech_upload +++ b/projects/hsm/cryptech_upload @@ -212,10 +212,8 @@ def send_file(src, size, args, dst): if args.fpga: # tell the fpga to read its new configuration _execute(dst, "fpga reset")
|