diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:50:38 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:50:38 +0100 |
commit | f6f3e2b5f77f04f8c55984722fa1d70f63686ff0 (patch) | |
tree | d85c06a2a3055382a1daaa79d3759a798652bc8d /include/dissect.h | |
parent | 270672ff5320169ef26cd4414cfe7dc8696351c6 (diff) | |
download | libnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.gz libnitrokey-f6f3e2b5f77f04f8c55984722fa1d70f63686ff0.tar.bz2 |
removing statically compiled lhidapi
Diffstat (limited to 'include/dissect.h')
-rw-r--r-- | include/dissect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dissect.h b/include/dissect.h index 3b347de..e2ddc02 100644 --- a/include/dissect.h +++ b/include/dissect.h @@ -40,6 +40,8 @@ public: std::stringstream out; + // FIXME use values from firmware (possibly generate separate + // header automatically) std::string status[4]; status[0] = " STATUS_READY"; status[1]= " STATUS_BUSY"; |