end of apps for uIPv6
This commit is contained in:
parent
cdb6226598
commit
4cfc98cb7b
7 changed files with 386 additions and 0 deletions
9
apps/udp/udp.h
Normal file
9
apps/udp/udp.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef __UDP_H__
|
||||
#define __UDP_H__
|
||||
|
||||
#include "contiki.h"
|
||||
|
||||
PROCESS_NAME(udp_process_sender);
|
||||
PROCESS_NAME(udp_process_receiver);
|
||||
|
||||
#endif /* __UDP_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue