Merge pull request #3184 from jankii01/K64F-trng-ret

#3183 Compiler warning in trng_api.c with K64F
pull/3182/head
Sam Grove 2016-11-03 02:23:00 -05:00 committed by GitHub
commit d6df34619e
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ int trng_get_bytes(trng_t *obj, uint8_t *output, size_t length, size_t *output_l
{
(void)obj;
size_t i;
int ret;
/* Set "Interrupt Mask", "High Assurance" and "Go",
* unset "Clear interrupt" and "Sleep" */