Adding George Smart’s timestamp to hardware description

pull/2/head
Andy CA6JAU 9 years ago
parent 8bd91bbac6
commit 7089107b28

@ -68,11 +68,13 @@ const uint8_t MMDVM_DEBUG3 = 0xF3U;
const uint8_t MMDVM_DEBUG4 = 0xF4U;
const uint8_t MMDVM_DEBUG5 = 0xF5U;
const uint8_t HARDWARE[] = "MMDVM-HS 20170210 (D-Star/DMR/YSF/P25)";
#define DESCRIPTION "MMDVM-HS 20170319 (D-Star/DMR/YSF/P25)"
#define concat(a, b, c) a " (Build: " b " " c ")"
const char HARDWARE[] = concat(DESCRIPTION, __TIME__, __DATE__);
const uint8_t PROTOCOL_VERSION = 1U;
CSerialPort::CSerialPort() :
m_buffer(),
m_ptr(0U),

Loading…
Cancel
Save

Powered by TurnKey Linux.