fix(gx): add m_lock to EmergencyMem

This commit is contained in:
phaneron 2025-04-29 16:30:28 -04:00
parent 72439c0990
commit 16daf2e2f8

View file

@ -7,7 +7,7 @@ DECLARE_STRUCT(EmergencyMem);
struct EmergencyMem {
TSGrowableArray_uint8_t m_data;
bool m_lock;
};
#endif