diff options
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/rand/rand_baremetal.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/rand/rand_baremetal.go b/src/crypto/rand/rand_baremetal.go index fe9fea2a0..e41036840 100644 --- a/src/crypto/rand/rand_baremetal.go +++ b/src/crypto/rand/rand_baremetal.go @@ -1,5 +1,5 @@ -//go:build nrf52840 || stm32 || (sam && atsamd51) || (sam && atsame5x) -// +build nrf52840 stm32 sam,atsamd51 sam,atsame5x +//go:build nrf || stm32 || (sam && atsamd51) || (sam && atsame5x) +// +build nrf stm32 sam,atsamd51 sam,atsame5x package rand |