diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-04-19 13:00:45 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-04-19 13:00:45 +0200 |
commit | 38a0d7247842ee9c2dc1ec70b3cd50111b15d814 (patch) | |
tree | 6ea7d96063a1cc93434b0d6c8af366d9646b24ca /include/device_proto.h | |
parent | 1778e7de61db4ac75b07b998e625197a40986ca2 (diff) | |
download | libnitrokey-38a0d7247842ee9c2dc1ec70b3cd50111b15d814.tar.gz libnitrokey-38a0d7247842ee9c2dc1ec70b3cd50111b15d814.tar.bz2 |
Revert "Minor fixes, working version"
This reverts commit 3bb6c38ed17c2cf0d2f68bb64fbd24737c4a6677.
Diffstat (limited to 'include/device_proto.h')
-rw-r--r-- | include/device_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device_proto.h b/include/device_proto.h index 9c9de42..fb1dd4e 100644 --- a/include/device_proto.h +++ b/include/device_proto.h @@ -9,7 +9,7 @@ #include "inttypes.h" #include "cxx_semantics.h" #include "device.h" -#include "crc32.h" +#include "utils/crc32.h" #define STICK20_UPDATE_MODE_VID 0x03EB #define STICK20_UPDATE_MODE_PID 0x2FF1 |