Minor spelling fix

This commit is contained in:
adamdunkels 2010-02-05 11:38:59 +00:00
parent 5424b679be
commit 85774e438d
2 changed files with 2 additions and 2 deletions

View File

@ -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);
/*---------------------------------------------------------------------------*/

View File

@ -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);
/*---------------------------------------------------------------------------*/