Update K64F trng_api.c

pull/5634/head
sarahmarshy 2017-11-21 16:50:43 -06:00 committed by adbridge
parent 1c67d62271
commit a412131235
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ void trng_free(trng_t *obj)
*/ */
static void trng_get_byte(unsigned char *byte) static void trng_get_byte(unsigned char *byte)
{ {
*byte = 0;
size_t bit; size_t bit;
/* 34.5 Steps 3-4-5: poll SR and read from OR when ready */ /* 34.5 Steps 3-4-5: poll SR and read from OR when ready */