Missing sixlowerror.h added.
This commit is contained in:
parent
d207d5c72e
commit
397f5444cd
16
sys/net/sixlowpan/sixlowerror.h
Normal file
16
sys/net/sixlowpan/sixlowerror.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef SIXLOWERROR_H
|
||||
#define SIXLOWERROR_H
|
||||
|
||||
#define SUCCESS 0
|
||||
#define SIXLOWERROR_ARRAYFULL 132 // array is full
|
||||
#define SIXLOWERROR_NULLPTR 133 // null pointer error
|
||||
#define SIXLOWERROR_VALUE 134 // illegal value
|
||||
#define SIXLOWERROR_ADDRESS 135 // illegal address
|
||||
#define SIXLOWERROR_DISPATCH 136 // lowpan dispatch unknown
|
||||
#define SIXLOWERROR_FSTFRAG 137 // first lowpan fragment not received
|
||||
#define SIXLOWERROR_INVFRAG 138 // invalid fragment received
|
||||
#define SIXLOWERROR_SCI 139 // source context not found
|
||||
#define SIXLOWERROR_DCI 140 // destination context not found
|
||||
#define SIXLOWERROR_CSUM 141 // wrong checksum
|
||||
|
||||
#endif /* SIXLOWERROR_H*/
|
||||
Loading…
x
Reference in New Issue
Block a user