Comments corrected.
FossilOrigin-Name: 3d621e94866339810c1f18be3a876b5eda76d0c590cc5381c66ae66b75060ac2
This commit is contained in:
parent
70a9e8efae
commit
0d5fc6f736
@ -41,6 +41,10 @@ void (*cw_dbg_vcb) (int level, const char *fromat, va_list args) = CW_LOG_DEFAUL
|
||||
|
||||
|
||||
uint32_t cw_dbg_opt_display = 0;
|
||||
|
||||
/**
|
||||
* Current debug level
|
||||
*/
|
||||
uint32_t cw_dbg_opt_level = 0;
|
||||
|
||||
|
||||
@ -248,8 +252,8 @@ abort:
|
||||
* Create an ASCII hex dump of binary data
|
||||
*
|
||||
* @param data data to dump
|
||||
* @len number of bytes data contains
|
||||
* @return a character string with the created data ASCII dump ( must be release with free)
|
||||
* @param len number of bytes to dump (size of data)
|
||||
* @return a character string with the created data ASCII dump (must be released with free)
|
||||
*/
|
||||
char * cw_dbg_mkdmp( const uint8_t * data, int len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user