Skip to content

Commit d6df346

Browse files
authored
Merge pull request #3184 from jankii01/K64F-trng-ret
#3183 Compiler warning in trng_api.c with K64F
2 parents 1f783f6 + 258bcab commit d6df346

File tree

1 file changed

+0
-1
lines changed
  • targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F

1 file changed

+0
-1
lines changed

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/trng_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ int trng_get_bytes(trng_t *obj, uint8_t *output, size_t length, size_t *output_l
6464
{
6565
(void)obj;
6666
size_t i;
67-
int ret;
6867

6968
/* Set "Interrupt Mask", "High Assurance" and "Go",
7069
* unset "Clear interrupt" and "Sleep" */

0 commit comments

Comments
 (0)