Updated ports/win32 demo for Visual C++ to compile and run with the latest example objects (BI, BO, and LSP). Cleaned up a couple of compile warnings, which corrected a bug in the Binary Output object.
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ int dcc_decode_service_request(uint8_t * apdu,
|
||||
&len_value_type);
|
||||
len += decode_unsigned(&apdu[len], len_value_type, &value32);
|
||||
if (timeDuration)
|
||||
*timeDuration = value32;
|
||||
*timeDuration = (uint16_t)value32;
|
||||
} else if (timeDuration)
|
||||
*timeDuration = 0;
|
||||
/* Tag 1: enable_disable */
|
||||
|
||||
Reference in New Issue
Block a user