Revision 881a7932

View differences:

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 274
  aosDbgCheck(shell != NULL);
275 275

  
276 276
  // print some time informattion before prompt if configured
......
312 312
  } else {
313 313
    chprintf((BaseSequentialStream*)&shell->stream, "%>$ ");
314 314
  }
315
*/
316 315
  return;
317 316
}
318 317

  

Also available in: Unified diff