mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 20:35:42 +00:00
Assert that FSKConfiguration size is the same between application and baseband binaries.
This commit is contained in:
@@ -202,6 +202,8 @@ struct FSKConfiguration {
|
|||||||
size_t unstuffing_length;
|
size_t unstuffing_length;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static_assert(sizeof(FSKConfiguration) == (6 * 4), "sizeof(FSKConfiguration) is wild");
|
||||||
|
|
||||||
class FSKConfigurationMessage : public Message {
|
class FSKConfigurationMessage : public Message {
|
||||||
public:
|
public:
|
||||||
constexpr FSKConfigurationMessage(
|
constexpr FSKConfigurationMessage(
|
||||||
|
Reference in New Issue
Block a user