mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
Fix typo in documentation of PICO_RAND_ENTROPY_SRC_TRNG (#1794)
This commit is contained in:
parent
b3cadb7de2
commit
f13306c8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue