mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
nrf52840: generic board support (#4121)
machine/nrf52840: generic board support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build nrf52840 && nrf52840_lfxtal_false
|
||||
|
||||
package machine
|
||||
|
||||
const HasLowFrequencyCrystal = false
|
||||
Reference in New Issue
Block a user