Files
tinygo/src/machine/machine_nrf52840_lfxtal_false.go
BCG 828b9614c2 nrf52840: generic board support (#4121)
machine/nrf52840: generic board support
2024-02-12 10:37:19 +01:00

6 lines
100 B
Go

//go:build nrf52840 && nrf52840_lfxtal_false
package machine
const HasLowFrequencyCrystal = false