fix build issue now Vector3 is defined globally

This commit is contained in:
Gordon Williams 2023-04-25 10:43:48 +01:00
parent eb0fb24e6e
commit 56b6a55f0b

View File

@ -419,9 +419,6 @@ int accelGestureInactiveCount = 4;
/// how many samples must a gesture have before we notify about it?
int accelGestureMinLength = 10;
typedef struct {
short x,y,z;
} Vector3;
/// accelerometer data
Vector3 acc;
/// squared accelerometer magnitude