Commit 1714c9c5 authored by captainwong's avatar captainwong

fix gcc cry

parent 6577982c
......@@ -65,13 +65,13 @@ using namespace hb;
using namespace hb::common;
// fix gcc cry
#ifdef __GNUG__
constexpr Char com::MachineStatusRequest3Section::data[com::MachineStatusRequest3Section::len] = { 0xEB, 0xCB, 0x3F, 0x06, 0xB0, 0xAB };
constexpr Char com::ZoneRequest::data[com::ZoneRequest::len] = { 0xEB, 0xAB, 0x3F, 0xA1, 0x76 };
constexpr Char com::ZoneRequestMore::data[com::ZoneRequestMore::len] = { 0xEB, 0xAB, 0x3F, 0xA2, 0x77 };
constexpr Char com::QuerySensorLostSettingsRequest::data[com::QuerySensorLostSettingsRequest::len] = { 0xEB, 0xAB, 0x3F, 0xAC, 0x81 };
constexpr Char com::QueryMoreSensorLostSettingsRequest::data[com::QueryMoreSensorLostSettingsRequest::len] = { 0xEB, 0xAB, 0x3F, 0xAD, 0x82 };
#endif
//#ifdef __GNUG__
//constexpr Char com::MachineStatusRequest3Section::data[com::MachineStatusRequest3Section::len] = { 0xEB, 0xCB, 0x3F, 0x06, 0xB0, 0xAB };
//constexpr Char com::ZoneRequest::data[com::ZoneRequest::len] = { 0xEB, 0xAB, 0x3F, 0xA1, 0x76 };
//constexpr Char com::ZoneRequestMore::data[com::ZoneRequestMore::len] = { 0xEB, 0xAB, 0x3F, 0xA2, 0x77 };
//constexpr Char com::QuerySensorLostSettingsRequest::data[com::QuerySensorLostSettingsRequest::len] = { 0xEB, 0xAB, 0x3F, 0xAC, 0x81 };
//constexpr Char com::QueryMoreSensorLostSettingsRequest::data[com::QueryMoreSensorLostSettingsRequest::len] = { 0xEB, 0xAB, 0x3F, 0xAD, 0x82 };
//#endif
enum class QueryZoneStage {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment