Fix wrong data type for velocity

This commit is contained in:
Paul Dino Jones
2024-03-05 17:23:29 -05:00
parent a621aa04d9
commit b70475039f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
typedef struct
{
float velocity;
uint32_t velocity;
float fanpower;
}
SimWindData;