fix: script run e - if called with param but no value, use default value for width.
fix: if no models found, return lua error. textual changes.
This commit is contained in:
@@ -50,6 +50,7 @@ function main(args)
|
||||
end
|
||||
|
||||
data = data or '01020304'
|
||||
width = width or 0
|
||||
|
||||
print( string.rep('-',60) )
|
||||
print('Bit width of CRC | '..width)
|
||||
|
||||
Reference in New Issue
Block a user