Adding George Smart’s timestamp to hardware description

This commit is contained in:
Andy CA6JAU 2017-03-19 09:32:33 -03:00
parent 8bd91bbac6
commit 7089107b28

View file

@ -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),