Merge pull request #73 RNG

Merge remote-tracking branch 'oojah/master'
This commit is contained in:
Piotr Esden-Tempski
2013-01-06 18:05:49 -08:00
6 changed files with 102 additions and 54 deletions

View File

@@ -40,7 +40,7 @@ static void rng_setup(void)
/* Enable the random number generation by setting the RNGEN bit in the RNG_CR
register. This activates the analog part, the RNG_LFSR and the error detector.
*/
RNG_CR |= RNG_CR_EN;
RNG_CR |= RNG_CR_RNGEN;
}
static void gpio_setup(void)