Removed erronous arduino include
This commit is contained in:
		
							parent
							
								
									755fc1961d
								
							
						
					
					
						commit
						882dfdfcdb
					
				| @ -2,10 +2,8 @@ | |||||||
| // License, v. 2.0.If a copy of the MPL was not distributed with this
 | // License, v. 2.0.If a copy of the MPL was not distributed with this
 | ||||||
| // file, You can obtain one at https ://mozilla.org/MPL/2.0/.
 | // file, You can obtain one at https ://mozilla.org/MPL/2.0/.
 | ||||||
| 
 | 
 | ||||||
| #include <Arduino.h> |  | ||||||
| 
 |  | ||||||
| #include <math.h> |  | ||||||
| #include "Angle.h" | #include "Angle.h" | ||||||
|  | #include <math.h> | ||||||
| #include "FloatSingle.h" | #include "FloatSingle.h" | ||||||
| 
 | 
 | ||||||
| const float Angle::Rad2Deg = 57.29578F; | const float Angle::Rad2Deg = 57.29578F; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Pascal Serrarens
						Pascal Serrarens