Skip to content

Commit

Permalink
Fix changed type for dmr_Beacons
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Nov 5, 2019
1 parent 98e0869 commit 4be7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class CConf
unsigned int m_dstarModeHang;

bool m_dmrEnabled;
bool m_dmrBeacons;
DMR_BEACONS m_dmrBeacons;
unsigned int m_dmrBeaconInterval;
unsigned int m_dmrBeaconDuration;
unsigned int m_dmrId;
Expand Down

0 comments on commit 4be7ccd

Please sign in to comment.