Merge branch 'constexpr-packet-transport' into integration

This commit is contained in:
J. Nick Koston
2026-02-18 20:55:55 -06:00

View File

@@ -58,9 +58,9 @@ union FuData {
float f32;
};
static const uint16_t MAGIC_NUMBER = 0x4553;
static const uint16_t MAGIC_PING = 0x5048;
static const uint32_t PREF_HASH = 0x45535043;
static constexpr uint16_t MAGIC_NUMBER = 0x4553;
static constexpr uint16_t MAGIC_PING = 0x5048;
static constexpr uint32_t PREF_HASH = 0x45535043;
enum DataKey {
ZERO_FILL_KEY,
DATA_KEY,