AP_HAL: set base type of FrequencyPeak to uint8_t

This commit is contained in:
Andy Piper 2020-08-04 18:19:23 +01:00 committed by Andrew Tridgell
parent 9013432d27
commit d545f392fb

View File

@ -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,