Skip to content

Commit b18c571

Browse files
committed
fix missing return
1 parent b2b9a5d commit b18c571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Trinket_Ultrasonic_Rangefinder/Trinket_Ultrasonic_Rangefinder.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ uint16_t mode(uint16_t *x,int n){
116116
}
117117
return mode;
118118
}
119+
return 0;
119120
}

0 commit comments

Comments
 (0)