diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/NKPro_commands.h (renamed from include/stick10_commands.h) | 0 | ||||
-rw-r--r-- | include/NKPro_commands_0.8.h (renamed from include/stick10_commands_0.8.h) | 2 | ||||
-rw-r--r-- | include/NKStorage_commands.h (renamed from include/stick20_commands.h) | 0 | ||||
-rw-r--r-- | include/NitrokeyManager.h | 6 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/stick10_commands.h b/include/NKPro_commands.h index e863328..e863328 100644 --- a/include/stick10_commands.h +++ b/include/NKPro_commands.h diff --git a/include/stick10_commands_0.8.h b/include/NKPro_commands_0.8.h index 4209380..76bb030 100644 --- a/include/stick10_commands_0.8.h +++ b/include/NKPro_commands_0.8.h @@ -12,7 +12,7 @@ #include <cstdint> #include "command.h" #include "device_proto.h" -#include "stick10_commands.h" +#include "NKPro_commands.h" #pragma pack (push,1) diff --git a/include/stick20_commands.h b/include/NKStorage_commands.h index 5f99d28..5f99d28 100644 --- a/include/stick20_commands.h +++ b/include/NKStorage_commands.h diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index de14fbc..f6977d9 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -4,9 +4,9 @@ #include "device.h" #include "log.h" #include "device_proto.h" -#include "stick10_commands.h" -#include "stick10_commands_0.8.h" -#include "stick20_commands.h" +#include "NKPro_commands.h" +#include "NKPro_commands_0.8.h" +#include "NKStorage_commands.h" #include <vector> #include <memory> |