Revision af4fd4a2

View differences:

core/src/aos_shell.c
1404 1404
 * @param[in] aosShellThread    Name of the function;
1405 1405
 * @param[in] shell             Pointer to the shell object.
1406 1406
 */
1407
THD_FUNCTION(aosShellThread, shell)
1407
void aosShellThread(void* shell)
1408 1408
{
1409 1409
  aosDbgCheck(shell != NULL);
1410 1410

  

Also available in: Unified diff