mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
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:
committed by
Ron Evans
parent
571f34e0e6
commit
908fa84d49
@@ -1,4 +1,4 @@
|
||||
//go:build nrf && !nrf52840
|
||||
//go:build nrf
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user