From 088d99d4bca63d7523e182ff97d4e733d48d44c7 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 27 Dec 2014 16:10:16 +0100 Subject: [PATCH] allow replacement value for PIN type --- src/lib/ebus/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/data.cpp b/src/lib/ebus/data.cpp index 823b143c..ab7e740e 100644 --- a/src/lib/ebus/data.cpp +++ b/src/lib/ebus/data.cpp @@ -33,7 +33,7 @@ static const dataType_t stringDataType = { }; static const dataType_t pinDataType = { - "PIN", 16, bt_num, FIX|BCD|REV|REQ, 0xffff, 0, 0x9999, 1 // unsigned decimal in BCD, 0000 - 9999 (fixed length) + "PIN", 16, bt_num, FIX|BCD|REV, 0xffff, 0, 0x9999, 1 // unsigned decimal in BCD, 0000 - 9999 (fixed length) }; static const dataType_t uchDataType = {