diff options
Diffstat (limited to 'unittest/test.cc')
-rw-r--r-- | unittest/test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittest/test.cc b/unittest/test.cc index 9d1423c..7081144 100644 --- a/unittest/test.cc +++ b/unittest/test.cc @@ -26,10 +26,11 @@ int main() { } { - for (int i=0x20; i<0x23; i++) { + for (int i=0x20; i<0x25; i++) { ReadSlot::CommandTransaction::CommandPayload slot_req; slot_req.slot_number = i; auto slot = ReadSlot::CommandTransaction::run(stick, slot_req); + auto resp = GetStatus::CommandTransaction::run(stick); } } stick.disconnect(); |