0049: Not enough parameters for opcode
The compiler can't get a required number of parameters for the current opcode.
Possible solutions: provide the required number of parameters:
0001: wait // error, expected one parameter
0001: wait 0 // OK
Last modified 3yr ago