Closed dlancer closed 6 years ago
https://github.com/dxxb/sim-arduboy/blob/e8d96b79f82f37f4cc8a83ff076ce170544d0bb2/src/cli.c#L40
Probably all atoi() calls should be replaced to strtol(), because it report conversion errors.
Done in b4ce99db01d567109178f3db8bf820261145820c
It seems one more missed, see my post (line 40).
https://github.com/dxxb/sim-arduboy/blob/e8d96b79f82f37f4cc8a83ff076ce170544d0bb2/src/cli.c#L40
Probably all atoi() calls should be replaced to strtol(), because it report conversion errors.