mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
ReceiverModel: Clean up Mode enum.
This commit is contained in:
parent
f05d917a7c
commit
f85d83475c
1 changed files with 2 additions and 3 deletions
|
@ -32,12 +32,11 @@
|
|||
|
||||
class ReceiverModel {
|
||||
public:
|
||||
enum class Mode : int32_t {
|
||||
enum class Mode {
|
||||
AMAudio = 0,
|
||||
NarrowbandFMAudio = 1,
|
||||
WidebandFMAudio = 2,
|
||||
SpectrumAnalysis = 4,
|
||||
Capture = 7,
|
||||
SpectrumAnalysis = 3,
|
||||
};
|
||||
|
||||
rf::Frequency tuning_frequency() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue