X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=mpu6050.h;h=327cd4a884590364bd03a0bf3b0f83eb963385f1;hp=b04c67cfe26a2b2ab16706edf36b4a436f688ffc;hb=849b29b998a8cbc10cd1900d3e5dd1a8488b77f6;hpb=a4e442441be45647f1115a59b7bff452910cf509 diff --git a/mpu6050.h b/mpu6050.h index b04c67c..327cd4a 100644 --- a/mpu6050.h +++ b/mpu6050.h @@ -118,7 +118,6 @@ uint8_t mpu6050_init(void); uint8_t mpu6050_read_all_axes(int16_t *values); - extern double mpu6050_gx; extern double mpu6050_gy; extern double mpu6050_gz;