mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9ca8afd70c
- fixed a bug in 6LoWPAN reassembly algorithm where in a specific case a pointer could be used although it is NULL - removed MAC routing - added IP routing
14 lines
184 B
C
14 lines
184 B
C
/*
|
|
* destiny.h
|
|
*
|
|
* Created on: 03.09.2011
|
|
* Author: Oliver
|
|
*/
|
|
|
|
#ifndef DESTINY_H_
|
|
#define DESTINY_H_
|
|
|
|
void init_transport_layer(void);
|
|
|
|
#endif /* DESTINY_H_ */
|