From cae29b77e7767a90323096860f32493b2dcc4234 Mon Sep 17 00:00:00 2001 From: Dranoel Date: Sat, 10 Aug 2024 16:49:52 +0100 Subject: [PATCH] Fix typo in documentation of PICO_RAND_ENTROPY_SRC_TRNG --- src/rp2_common/pico_rand/include/pico/rand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/pico_rand/include/pico/rand.h b/src/rp2_common/pico_rand/include/pico/rand.h index f2953162e..1c2f5bb18 100644 --- a/src/rp2_common/pico_rand/include/pico/rand.h +++ b/src/rp2_common/pico_rand/include/pico/rand.h @@ -70,7 +70,7 @@ extern "C" { #endif #endif -// PICO_CONFIG: PICO_RAND_ENTROPY_SRC_TRNG, Enable/disable use of hardware TRNG as an entropy source, type=bool, default=1 if no hardware TRNG, group=pico_rand +// PICO_CONFIG: PICO_RAND_ENTROPY_SRC_TRNG, Enable/disable use of hardware TRNG as an entropy source, type=bool, default=1 if hardware TRNG is available, group=pico_rand #ifndef PICO_RAND_ENTROPY_SRC_TRNG #if HAS_RP2350_TRNG #define PICO_RAND_ENTROPY_SRC_TRNG 1