SHELL_COMMAND_STRUCT not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SHELL_COMMAND_STRUCT not found

2,980 Views
jasonscott
Contributor IV


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

Tags (1)
0 Kudos
Reply
1 Reply

2,869 Views
jasonscott
Contributor IV

AHHH I think its because 'SHELL_COMMAND_STRUCT' does not exist in the SDK 1.3.0.

Is there a tutorial for this?

thanks

0 Kudos
Reply