2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Minor bug fix

This commit is contained in:
Austen Adler 2014-07-26 19:28:48 -04:00
parent a0d79bf58a
commit 4216376469

View File

@ -55,6 +55,6 @@ float HHSonar::GetInches(std::string from){
//TODO: Delay //TODO: Delay
return x; return x;
}else{ }else{
return (float)(-1,0); return (float)(-1);
} }
} }