diff options
author | Tom Marble <tmarble@info9.net> | 2015-03-21 19:09:09 -0500 |
---|---|---|
committer | Tom Marble <tmarble@info9.net> | 2015-03-21 19:09:09 -0500 |
commit | efc915ea6ff9ba139f0250b403851729f57ee191 (patch) | |
tree | ec91eb7ed3a15a95fa3957770c0c0d14392494c5 /src/drivers/ao_trng.h | |
parent | 58e011a2b4b475e5125be46cd64549ec89ee890f (diff) |
Build usbtrng-v2.0 with DEBUG_FIPStmarble-trng
Diffstat (limited to 'src/drivers/ao_trng.h')
-rw-r--r-- | src/drivers/ao_trng.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/ao_trng.h b/src/drivers/ao_trng.h index 0fc0e55a..ef64885c 100644 --- a/src/drivers/ao_trng.h +++ b/src/drivers/ao_trng.h @@ -23,6 +23,8 @@ #define DEBUG_FIPS 1 */ +#define DEBUG_FIPS 1 + void ao_trng_init(void); |