Revision 243fb4e2 core/src/aos_shell.c

View differences:

core/src/aos_shell.c
1530 1530
}
1531 1531

  
1532 1532
/**
1533
 * @brief   Enable a AosSheööChannel as input.
1533
 * @brief   Enable a AosShellChannel as input.
1534 1534
 *
1535 1535
 * @param[in] channel   The channel to enable as input.
1536 1536
 */
......
1547 1547
}
1548 1548

  
1549 1549
/**
1550
 * @brief   Disable a AosSheööChannel as input.
1550
 * @brief   Disable a AosShellChannel as input.
1551 1551
 *
1552 1552
 * @param[in] channel   The channel to disable as input.
1553 1553
 */
......
1564 1564
}
1565 1565

  
1566 1566
/**
1567
 * @brief   Enable a AosSheööChannel as output.
1567
 * @brief   Enable a AosShellChannel as output.
1568 1568
 *
1569 1569
 * @param[in] channel   The channel to enable as output.
1570 1570
 */
......
1578 1578
}
1579 1579

  
1580 1580
/**
1581
 * @brief   Disable a AosSheööChannel as output.
1581
 * @brief   Disable a AosShellChannel as output.
1582 1582
 *
1583 1583
 * @param[in] channel   The channel to disable as output.
1584 1584
 */

Also available in: Unified diff