Project

General

Profile

Revision 1560

added speed test behavior to wireless branch (this is where I'm testing the baud rate, which still doesn't work)

View differences:

wl_defs.h
42 42
//uncomment this line for debug information
43 43
//#define WL_DEBUG
44 44

  
45
//return value definitions
46
/** @brief Error code for init failure **/
47
#define WL_ERROR_INIT_FAILED 1
48
/** @brief Error code for duplicate init calls **/
49
#define WL_ERROR_INIT_ALREADY_INITD 2
50
/** @brief Error code for not calling init **/
51
#define WL_ERROR_LIBRARY_NOT_INITD 3
52

  
45 53
// Packet Groups and Types
46 54

  
47 55
// Error group

Also available in: Unified diff