Skip to content

Commit 447062f

Browse files
committed
Enable (t)rng support for NANO RP2040
1 parent d7d5515 commit 447062f

File tree

2 files changed

+727
-2
lines changed

2 files changed

+727
-2
lines changed

Diff for: cores/arduino/WMath.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ extern "C" {
2525
#include "stdlib.h"
2626
#include "hal/trng_api.h"
2727
}
28-
29-
#if defined(ARDUINO_PORTENTA_H7_M7) || \
28+
#if defined(ARDUINO_NANO_RP2040_CONNECT) || \
29+
defined(ARDUINO_PORTENTA_H7_M7) || \
3030
defined(ARDUINO_NICLA_VISION) || \
3131
defined(ARDUINO_OPTA) || \
3232
defined(ARDUINO_GIGA)

0 commit comments

Comments
 (0)