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