CHG: Removed an unneccesary parameter for "hf mf sim"
This commit is contained in:
@@ -466,7 +466,7 @@ local function main(args)
|
|||||||
err = LoadEmulator(blocks)
|
err = LoadEmulator(blocks)
|
||||||
if err then return oops(err) end
|
if err then return oops(err) end
|
||||||
core.clearCommandBuffer()
|
core.clearCommandBuffer()
|
||||||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..' x\" <--')
|
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
main(args)
|
main(args)
|
||||||
Reference in New Issue
Block a user