From 5e6793c09dd1e852a28d2b592ad1139f2c9305ed Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 20 Feb 2016 21:10:48 +0100 Subject: added const2string temporary conversion code --- unittest/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/test.cc') diff --git a/unittest/test.cc b/unittest/test.cc index ae13dda..9d1423c 100644 --- a/unittest/test.cc +++ b/unittest/test.cc @@ -26,7 +26,7 @@ int main() { } { - for (int i=0; i<10; i++) { + for (int i=0x20; i<0x23; i++) { ReadSlot::CommandTransaction::CommandPayload slot_req; slot_req.slot_number = i; auto slot = ReadSlot::CommandTransaction::run(stick, slot_req); -- cgit v1.2.1