mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Assert that FSKConfiguration size is the same between application and baseband binaries.
This commit is contained in:
parent
64ed539554
commit
3e9f0971e1
@ -202,6 +202,8 @@ struct FSKConfiguration {
|
||||
size_t unstuffing_length;
|
||||
};
|
||||
|
||||
static_assert(sizeof(FSKConfiguration) == (6 * 4), "sizeof(FSKConfiguration) is wild");
|
||||
|
||||
class FSKConfigurationMessage : public Message {
|
||||
public:
|
||||
constexpr FSKConfigurationMessage(
|
||||
|
Loading…
Reference in New Issue
Block a user