mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -04:00
Changed amp to integer
This commit is contained in:
parent
79b24ebe13
commit
a571e40c59
3 changed files with 62 additions and 74 deletions
|
@ -377,7 +377,7 @@ class ADSBFrameMessage : public Message {
|
|||
public:
|
||||
constexpr ADSBFrameMessage(
|
||||
const adsb::ADSBFrame& frame,
|
||||
const float amp
|
||||
const uint32_t amp
|
||||
) : Message { ID::ADSBFrame },
|
||||
frame { frame },
|
||||
amp(amp)
|
||||
|
@ -385,7 +385,7 @@ public:
|
|||
}
|
||||
|
||||
adsb::ADSBFrame frame;
|
||||
float amp;
|
||||
uint32_t amp;
|
||||
};
|
||||
|
||||
class AFSKDataMessage : public Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue