|
Contiki-NG
|
Hardware specific implementation of putchar() and puts() functions. More...
#include "dev/uart0.h"Go to the source code of this file.
Functions | |
| unsigned int | dbg_send_bytes (const unsigned char *s, unsigned int len) |
| Print a stream of bytes. More... | |
| int | dbg_putchar (int c) |
| Print a character to debug output. More... | |
Hardware specific implementation of putchar() and puts() functions.
Definition in file dbg.c.
1.8.13