diff options
Diffstat (limited to 'unittest/test.cc')
-rw-r--r-- | unittest/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |