From 794d4aff2bcc0752e0d5d74e59657d3a7a81bee6 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 28 Sep 2012 17:55:42 -0500 Subject: [PATCH] unit: Add Display Text Response 1.4.1 --- unit/stk-test-data.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h index 41308df..9d0c2f6 100644 --- a/unit/stk-test-data.h +++ b/unit/stk-test-data.h @@ -29,6 +29,8 @@ static const unsigned char display_text_141[] = { 0x0E, 0x9A, 0x01 }; +#define display_text_response_141 display_text_response_111 + static const unsigned char display_text_151[] = { 0xD0, 0x1A, 0x81, 0x03, 0x01, 0x21, 0x00, 0x82, 0x02, 0x81, 0x02, 0x8D, 0x0F, 0x04, 0x54, 0x6F, 0x6F, 0x6C, 0x6B, 0x69, 0x74, 0x20, 0x54, 0x65, @@ -57,6 +59,8 @@ static const unsigned char display_text_161[] = { 0x20, 0x6F, 0x66, 0x20, 0x70, 0x72, 0x69, 0x6F }; +#define display_text_response_161 display_text_response_111 + static const unsigned char display_text_171[] = { 0xD0, 0x1A, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D, 0x0F, 0x04, 0x3C, 0x47, 0x4F, 0x2D, 0x42, 0x41, 0x43, 0x4B, 0x57, 0x41, -- 2.7.4