Minor spelling fix
This commit is contained in:
parent
5424b679be
commit
85774e438d
|
@ -49,7 +49,7 @@
|
|||
|
||||
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);
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -53,7 +53,7 @@ static struct etimer udp_periodic_timer;
|
|||
static struct uip_udp_conn *udpconn;
|
||||
static u8_t count = 0;
|
||||
|
||||
PROCESS(udp_process_sender, "UPD test sender");
|
||||
PROCESS(udp_process_sender, "UDP test sender");
|
||||
AUTOSTART_PROCESSES(&udp_process_sender);
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue