}
cx += snprintf(output+cx,outsize-cx,"};");
prnlog(output);
+ free(output);
}
void printvar(char * name, uint8_t* arr, int len)
}
prnlog(output);
+ free(output);
}
void printarr_human_readable(char * title, uint8_t* arr, int len)
// Code for testing below
//-----------------------------
-
+#ifndef ON_DEVICE
int testBitStream()
{
uint8_t input [] = {0xDE,0xAD,0xBE,0xEF,0xDE,0xAD,0xBE,0xEF};
retval |= testReversedBitstream();
return retval;
}
+#endif