runtime: remove copied code for nrf52840

We really shouldn't have copies around like that, instead the code
should be factored out.
In this case, it's a single import that's needed.
This commit is contained in:
Ayke van Laethem
2025-11-28 09:48:15 +01:00
committed by Ron Evans
parent 571f34e0e6
commit 908fa84d49
2 changed files with 4 additions and 146 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build nrf && !nrf52840
//go:build nrf
package runtime