Revision cc33217b core/src/aos_system.c
core/src/aos_system.c | ||
---|---|---|
556 | 556 |
// print shell info |
557 | 557 |
chprintf(stream, "System shell information:\n"); |
558 | 558 |
chprintf(stream, "\tcommands available: %u\n", aosShellCountCommands(&aos.shell)); |
559 |
chprintf(stream, "\tline width: %u characters\n", aos.shell.linesize);
|
|
559 |
chprintf(stream, "\tline width: %u characters\n", aos.shell.input.width);
|
|
560 | 560 |
chprintf(stream, "\tmaximum arguments: %u\n", aos.shell.arglistsize); |
561 | 561 |
#if (AMIROOS_CFG_DBG == true) |
562 | 562 |
chprintf(stream, "\tthread stack size: %u bytes\n", aosThdGetStacksize(aos.shell.thread)); |
Also available in: Unified diff