mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-25 10:23:18 +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)
|
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 );
|
rtems_shell_main_loop( &env );
|
||||||
|
|
||||||
exit( 0 );
|
exit( 0 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user