inputs: MPU6050: hide behind CONFIG_MPU6050 flag
This commit is contained in:
		| @@ -1,3 +1,4 @@ | |||||||
|  | #ifdef CONFIG_MPU6050 | ||||||
| #include "MPU6050.h" | #include "MPU6050.h" | ||||||
| #include <Wire.h> | #include <Wire.h> | ||||||
| #include "../Config.h" | #include "../Config.h" | ||||||
| @@ -64,3 +65,4 @@ MPU5060::read() | |||||||
|  |  | ||||||
| STATIC_ALLOC(MPU5060); | STATIC_ALLOC(MPU5060); | ||||||
| STATIC_TASK(MPU5060); | STATIC_TASK(MPU5060); | ||||||
|  | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user