machine/stm32wl: unify implementation for RNG for stm32wl with other STM32 processors

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-12-15 12:47:40 +01:00
committed by Ron Evans
parent c096f35224
commit 5264469cbd
2 changed files with 8 additions and 25 deletions
+2 -2
View File
@@ -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