Project

General

Profile

Revision 1598

Added by Chris Mar over 14 years ago

implemented wireless init, terminate, register, and unregister

View differences:

wl_defs.h
83 83
/** @brief Error code for failed packet group registration **/
84 84
#define WL_ERROR_FAILED_REGISTRATION INT8_C(-5)
85 85

  
86
/** @brief Error code for failed packet group registration **/
87
#define WL_ERROR_FAILED_UNREGISTRATION INT8_C(-6)
88

  
86 89
/** @brief Error in arguments **/
87
#define WL_ERROR_ARGUMENT INT8_C(-6)
90
#define WL_ERROR_ARGUMENT INT8_C(-7)
88 91

  
89 92
/** @brief Error code for send failure **/
90 93
#define WL_ERROR_SEND INT8_C(-10)

Also available in: Unified diff