Skip to content

Commit 9647c27

Browse files
committed
fix
1 parent 0936fca commit 9647c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_AlvikCarrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ bool Arduino_AlvikCarrier::isShaking(){
761761
}
762762

763763
uint8_t Arduino_AlvikCarrier::getMotion(){
764-
if (isShaking){
764+
if (isShaking()){
765765
return 0x01;
766766
}
767767
else{

0 commit comments

Comments
 (0)