mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 06:22:20 +00:00
Restoring jammer and RDS functionalities, please wait...
Started work on frequency manager and numbers station simulator
This commit is contained in:
@@ -539,13 +539,13 @@ public:
|
||||
class RDSConfigureMessage : public Message {
|
||||
public:
|
||||
constexpr RDSConfigureMessage(
|
||||
const uint32_t length
|
||||
const uint16_t length
|
||||
) : Message { ID::RDSConfigure },
|
||||
length(length)
|
||||
{
|
||||
}
|
||||
|
||||
const uint32_t length = 0;
|
||||
const uint16_t length = 0;
|
||||
};
|
||||
|
||||
class RetuneMessage : public Message {
|
||||
|
Reference in New Issue
Block a user