Skip to content

Instantly share code, notes, and snippets.

@ibndias
Created June 23, 2021 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndias/ba7a29728c753e055390d3baf8506f67 to your computer and use it in GitHub Desktop.
Save ibndias/ba7a29728c753e055390d3baf8506f67 to your computer and use it in GitHub Desktop.
Print buffer
int i;
for (i = 0; i < 32; i++)
{
if (i > 0) printf(":");
printf("%02X", pk_buf[i]);
}
printf("\n");
ret =0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment