Skip to content

Commit 6507765

Browse files
committed
feature: make RNG implementation shared for rp2040/rp2350
Signed-off-by: deadprogram <[email protected]>
1 parent a98e35e commit 6507765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/machine_rp2040_rng.go renamed to src/machine/machine_rp2_rng.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build rp2040
1+
//go:build rp2040 || rp2350
22

33
// Implementation based on code located here:
44
// https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_lwip/random.c

0 commit comments

Comments
 (0)