Contiki 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
msp430
dev
uart1-putchar.c
1
#include "dev/uart1.h"
2
3
#if !NETSTACK_CONF_WITH_IPV4
4
/* In case of IPv4: putchar() is defined by the SLIP driver */
5
int
6
putchar(
int
c)
7
{
8
uart1_writeb((
char
)c);
9
return
c;
10
}
11
#endif
/* ! NETSTACK_CONF_WITH_IPV4 */
Generated on Thu Jul 6 2017 20:52:49 for Contiki 3.x by
1.8.6