Device: RM2 & RM3: Update settings

This commit is contained in:
Yasser Yassine
2025-02-25 22:45:08 +00:00
committed by Kyle Schwarz
parent 771d82826f
commit 759cb2436d
3 changed files with 10 additions and 0 deletions
@@ -27,6 +27,7 @@ typedef struct {
uint16_t enableLatencyTest : 1;
uint16_t reserved : 15;
} flags; // 2
uint64_t network_enables_5;
} radmoon3_settings_t;
#pragma pack(pop)