mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
828b9614c2
machine/nrf52840: generic board support
6 lines
148 B
Go
6 lines
148 B
Go
//go:build nrf52840 && ((nrf52840_generic && !nrf52840_lfxtal_false) || nrf52840_lfxtal_true)
|
|
|
|
package machine
|
|
|
|
const HasLowFrequencyCrystal = true
|