Fix wrong data type for velocity
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float velocity;
|
||||
uint32_t velocity;
|
||||
float fanpower;
|
||||
}
|
||||
SimWindData;
|
||||
|
||||
Reference in New Issue
Block a user