mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
machine/stm32wl: unify implementation for RNG for stm32wl with other STM32 processors
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//go:build stm32f4 || stm32f7 || stm32l4
|
||||
// +build stm32f4 stm32f7 stm32l4
|
||||
//go:build stm32f4 || stm32f7 || stm32l4 || stm32wlx
|
||||
// +build stm32f4 stm32f7 stm32l4 stm32wlx
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user