Browse Source

feather-nrf52840-sense doesn't use LFXO

pull/4176/head
Anders Savill 8 months ago
committed by Ron Evans
parent
commit
6714974aba
  1. 2
      src/machine/board_feather-nrf52840-sense.go

2
src/machine/board_feather-nrf52840-sense.go

@ -2,7 +2,7 @@
package machine
const HasLowFrequencyCrystal = true
const HasLowFrequencyCrystal = false
// GPIO Pins
const (

Loading…
Cancel
Save