mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
828b9614c2
machine/nrf52840: generic board support
6 lines
100 B
Go
6 lines
100 B
Go
//go:build nrf52840 && nrf52840_lfxtal_false
|
|
|
|
package machine
|
|
|
|
const HasLowFrequencyCrystal = false
|