mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Minor spelling fix
This commit is contained in:
parent
5424b679be
commit
85774e438d
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
static struct uip_udp_conn *udpconn;
|
static struct uip_udp_conn *udpconn;
|
||||||
|
|
||||||
PROCESS(udp_process_receiver, "UPD test receiver");
|
PROCESS(udp_process_receiver, "UDP test receiver");
|
||||||
AUTOSTART_PROCESSES(&udp_process_receiver);
|
AUTOSTART_PROCESSES(&udp_process_receiver);
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
@ -53,7 +53,7 @@ static struct etimer udp_periodic_timer;
|
|||||||
static struct uip_udp_conn *udpconn;
|
static struct uip_udp_conn *udpconn;
|
||||||
static u8_t count = 0;
|
static u8_t count = 0;
|
||||||
|
|
||||||
PROCESS(udp_process_sender, "UPD test sender");
|
PROCESS(udp_process_sender, "UDP test sender");
|
||||||
AUTOSTART_PROCESSES(&udp_process_sender);
|
AUTOSTART_PROCESSES(&udp_process_sender);
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user