mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
machine/nrf52840: implement RNG peripheral operation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//go:build stm32 || (sam && atsamd51) || (sam && atsame5x) || rp2040
|
||||
// +build stm32 sam,atsamd51 sam,atsame5x rp2040
|
||||
//go:build nrf52840 || stm32 || (sam && atsamd51) || (sam && atsame5x) || rp2040
|
||||
// +build nrf52840 stm32 sam,atsamd51 sam,atsame5x rp2040
|
||||
|
||||
package rand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user