Revision 27d0378b core/src/aos_shell.c
core/src/aos_shell.c | ||
---|---|---|
270 | 270 |
*/ |
271 | 271 |
static void _printPrompt(aos_shell_t* shell) |
272 | 272 |
{ |
273 |
/** commented out by simon welzel |
|
273 | 274 |
aosDbgCheck(shell != NULL); |
274 | 275 |
|
275 | 276 |
// print some time informattion before prompt if configured |
... | ... | |
311 | 312 |
} else { |
312 | 313 |
chprintf((BaseSequentialStream*)&shell->stream, "%>$ "); |
313 | 314 |
} |
314 |
|
|
315 |
*/ |
|
315 | 316 |
return; |
316 | 317 |
} |
317 | 318 |
|
Also available in: Unified diff