There was an error while loading. Please reload this page.
1 parent 7f1d9c5 commit 3b26e45Copy full SHA for 3b26e45
lib/spi.js
@@ -62,7 +62,7 @@ setClock(div) {
62
if( boardRev === 8322){
63
var freq = Math.round(clock3/div);
64
}else{
65
- var freq = Math.round(clock1/div);
+ var freq = Math.round(clock1/div);
66
}
67
68
var Freq = freq/1000;
0 commit comments