From bbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Feb 2012 12:32:02 +0100 Subject: [PATCH] controller_test: add ENABLE_SMARTCARD --- client/tests/controller_test/controller_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/tests/controller_test/controller_test.cpp b/client/tests/controller_test/controller_test.cpp index 4994613c..aa7a6c0c 100644 --- a/client/tests/controller_test/controller_test.cpp +++ b/client/tests/controller_test/controller_test.cpp @@ -169,6 +169,10 @@ int main(int argc, char *argv[]) send_data(CONTROLLER_CREATE_MENU, (uint8_t*)MENU, sizeof(MENU)); + printf("Smartcard...\n"); + getchar(); + send_value(CONTROLLER_ENABLE_SMARTCARD, 1); + send_value(CONTROLLER_FULL_SCREEN, /*CONTROLLER_SET_FULL_SCREEN |*/ CONTROLLER_AUTO_DISPLAY_RES); printf("Show...\n"); getchar();