mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_HAL: set base type of FrequencyPeak to uint8_t
This commit is contained in:
parent
9013432d27
commit
d545f392fb
@ -30,7 +30,7 @@
|
||||
class AP_HAL::DSP {
|
||||
#if HAL_WITH_DSP
|
||||
public:
|
||||
enum FrequencyPeak {
|
||||
enum FrequencyPeak : uint8_t {
|
||||
CENTER = 0,
|
||||
LOWER_SHOULDER = 1,
|
||||
UPPER_SHOULDER = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user