mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fix build issue now Vector3 is defined globally
This commit is contained in:
parent
eb0fb24e6e
commit
56b6a55f0b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user