Fixed a typo in debug messages

This commit is contained in:
David FORT
2016-03-17 10:44:11 +01:00
parent 80cd64732f
commit 2cb3717d65

View File

@@ -67,7 +67,7 @@ const char* DATA_PDU_TYPE_STRINGS[80] =
"ARC Status", /* 0x32 */
"?", "?", "?", /* 0x33 - 0x35 */
"Status Info", /* 0x36 */
"Monitor Layout" /* 0x37 */
"Monitor Layout", /* 0x37 */
"FrameAcknowledge", "?", "?", /* 0x38 - 0x40 */
"?", "?", "?", "?", "?", "?" /* 0x41 - 0x46 */
};