Renamed cw_str to cw_strlist_elem.
FossilOrigin-Name: eb87e178a02fd3daebd4d168489a4e5c99be67602caa8ea50d5b6702a4d13005
This commit is contained in:
@ -64,7 +64,7 @@ void cw_dbg_packet(struct conn *conn, uint8_t * packet, int len);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @defgroup DebugOptions Debug Options
|
||||
* @defgroup DbgOptions Debug Options
|
||||
* @{
|
||||
*/
|
||||
|
||||
@ -157,7 +157,7 @@ enum cw_dbg_levels{
|
||||
|
||||
extern uint32_t cw_dbg_opt_display;
|
||||
extern uint32_t cw_dbg_opt_level;
|
||||
extern struct cw_str cw_dbg_strings[];
|
||||
extern struct cw_strlist_elem cw_dbg_strings[];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user