Skip to content

Commit f1210ca

Browse files
committed
machine/clue: correct for lack of low frequency crystal
Signed-off-by: deadprogram <[email protected]>
1 parent 5279beb commit f1210ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/board_clue_alpha.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package machine
44

5-
const HasLowFrequencyCrystal = true
5+
const HasLowFrequencyCrystal = false
66

77
// GPIO Pins
88
const (

0 commit comments

Comments
 (0)