Hi All:
I am currently trying to setup the 'Shell'.
I have added..
#include "shell.h"
and
const SHELL_COMMAND_STRUCT Shell_commands[] = {
{"Write", Shell_Wrtie},
{NULL, NULL},
};
I am recieving the following error...
error: unknown type name 'SHELL_COMMAND_STRUCT'
My question is why?
I have included the shell directory and am using the tutorial as on the Freescale website.
Any insight would be appreciated!
Thanks for your time,
Jason
AHHH I think its because 'SHELL_COMMAND_STRUCT' does not exist in the SDK 1.3.0.
Is there a tutorial for this?
thanks