Make m_dcd global variable and save extra function

This commit is contained in:
phl0
2016-11-17 14:05:19 +01:00
parent e3f35e0875
commit 230fab308c
6 changed files with 6 additions and 10 deletions
+1
View File
@@ -86,6 +86,7 @@ extern bool m_p25Enable;
extern bool m_duplex;
extern bool m_tx;
extern bool m_dcd;
extern uint32_t m_sampleCount;
extern bool m_sampleInsert;