implement no-mem test and start validating / tuning with real hardware
This commit is contained in:
4
Utils.c
4
Utils.c
@@ -23,7 +23,7 @@
|
||||
#include "Utils.h"
|
||||
|
||||
void
|
||||
sprintbin32( char* szBuff,
|
||||
sprintbin32( char * szBuff,
|
||||
const uint32_t ulVal,
|
||||
const unsigned char bGroupByBytes)
|
||||
{
|
||||
@@ -53,7 +53,7 @@ printbin32( const uint32_t ulVal,
|
||||
}
|
||||
|
||||
void
|
||||
sprintbin32Info(char* szBuff,
|
||||
sprintbin32Info(char * szBuff,
|
||||
const uint32_t ulVal,
|
||||
const unsigned short uhb,
|
||||
const unsigned short ulb)
|
||||
|
||||
Reference in New Issue
Block a user