mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 20:45:37 +08:00
Update due to shell API changes
This commit is contained in:
parent
a271e91761
commit
9219a29a90
@ -18,8 +18,9 @@
|
||||
*/
|
||||
static void test_main(void)
|
||||
{
|
||||
rtems_shell_env_t env = rtems_global_shell_env;
|
||||
rtems_shell_env_t env;
|
||||
|
||||
memset(&env, 0, sizeof(env));
|
||||
rtems_shell_main_loop( &env );
|
||||
|
||||
exit( 0 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user