Revision 1678f270 core/src/aos_shell.c
| core/src/aos_shell.c | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform. |
| 3 |
Copyright (C) 2016..2018 Thomas Schöpping et al.
|
|
| 3 |
Copyright (C) 2016..2019 Thomas Schöpping et al.
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software: you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 270 | 270 |
*/ |
| 271 | 271 |
static void _printPrompt(aos_shell_t* shell) |
| 272 | 272 |
{
|
| 273 |
|
|
| 274 | 273 |
aosDbgCheck(shell != NULL); |
| 275 | 274 |
|
| 276 | 275 |
// print some time informattion before prompt if configured |
| ... | ... | |
| 312 | 311 |
} else {
|
| 313 | 312 |
chprintf((BaseSequentialStream*)&shell->stream, "%>$ "); |
| 314 | 313 |
} |
| 314 |
|
|
| 315 | 315 |
return; |
| 316 | 316 |
} |
| 317 | 317 |
|
Also available in: Unified diff