Skip to content

Commit cf0808f

Browse files
committed
Added missing declarations.
1 parent f4e5b04 commit cf0808f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extra/third_party/lsts/shared/ImcAdapter.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ namespace TREX
5252

5353
}
5454

55+
int ImcAdapter::m_trex_id = 0,
56+
ImcAdapter::m_platf_id = 0,
57+
ImcAdapter::m_iridium_req = 0;
5558

5659
ImcAdapter::ImcAdapter() :
5760
c_imc_header_length(sizeof(IMC::Header)),

0 commit comments

Comments
 (0)