Skip to content
Snippets Groups Projects
Commit d1f60d11 authored by rec1g18's avatar rec1g18
Browse files

Update BoxingDirection.cpp

removed redundancies
parent 66cb4395
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ void _robADXL375_reading()
below=false;
}
if ((rRaw<=50)&&above){
if ((rRaw<=50)){
if (above){
_robADXL375_decode(); // Decodes the value. Sends the byte.
xRawMax=xRaw;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment