Rev 3582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3582 | Rev 3618 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
28 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 | */ |
29 | */ |
| 30 | 30 | ||
| 31 | /** |
31 | /** |
| 32 | * @defgroup serial Serial console |
32 | * @defgroup serial Serial console |
| 33 | * @brief Serial console services (putc, puts, clear screen, cursor goto,...).* |
33 | * @brief Serial console services (putc, puts, clear screen, cursor goto,...) |
| 34 | * @{ |
34 | * @{ |
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | /** @file |
37 | /** @file |
| 38 | */ |
38 | */ |
| Line 105... | Line 105... | ||
| 105 | putc_function = putc_fn; |
105 | putc_function = putc_fn; |
| 106 | } |
106 | } |
| 107 | 107 | ||
| 108 | /** |
108 | /** |
| 109 | * @} |
109 | * @} |
| 110 | */ |
- | |
| 111 | 110 | */ |
|
| - | 111 | ||