Skip to content

Commit 3b26e45

Browse files
authored
Update spi.js
1 parent 7f1d9c5 commit 3b26e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setClock(div) {
6262
if( boardRev === 8322){
6363
var freq = Math.round(clock3/div);
6464
}else{
65-
var freq = Math.round(clock1/div);
65+
var freq = Math.round(clock1/div);
6666
}
6767

6868
var Freq = freq/1000;

0 commit comments

Comments
 (0)