mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 20:49:07 +08:00
fix rpm overflow, change type to int32
This commit is contained in:
parent
c434ef1507
commit
9ad690dc85
@ -52,7 +52,7 @@ struct EscData {
|
||||
float temperature; // [deg C]
|
||||
float voltage; // [0.01V]
|
||||
float current; // [0.01A]
|
||||
int16_t erpm; // [100ERPM]
|
||||
int32_t erpm; // [eRPM]
|
||||
};
|
||||
|
||||
enum class TelemetryStatus {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user