Sean Cross
|
f8991202c6
|
cmd: Use strtoul instead of _strtoul
The non-underscore one comes from vsprintf.
Signed-off-by: Sean Cross <xobs@kosagi.com>
|
2014-11-28 13:12:53 +08:00 |
|
Sean Cross
|
6360f6d40e
|
cmd-sleep: Take advantage of _msleep and _usleep
These are available globally now.
Signed-off-by: Sean Cross <xobs@kosagi.com>
|
2014-11-25 17:08:59 +08:00 |
|
Sean Cross
|
72f92b7fd2
|
cmd: Split commands into their own files
Commands shouldn't all live in main.c. Move everything except
"help" into its own command file.
|
2014-09-11 14:18:51 +08:00 |
|