aboutsummaryrefslogtreecommitdiff
path: root/src/device/device.hpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-24 22:19:48 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-24 22:19:49 +0200
commit59024a9e889897faf34c03961ead49e32ec1e92b (patch)
tree7c6e03ce2a27685b09bf65a06536113d954b574e /src/device/device.hpp
parentMerge pull request #4429 (diff)
parentReplace USB-CCID (smartcard) by USB-HID (diff)
downloadmonero-59024a9e889897faf34c03961ead49e32ec1e92b.tar.xz
Merge pull request #4203
bb6e3bbc Replace USB-CCID (smartcard) by USB-HID (cslashm)
Diffstat (limited to 'src/device/device.hpp')
-rw-r--r--src/device/device.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device/device.hpp b/src/device/device.hpp
index 87f1430f4..cb9117650 100644
--- a/src/device/device.hpp
+++ b/src/device/device.hpp
@@ -48,11 +48,12 @@
#include "crypto/chacha.h"
#include "ringct/rctTypes.h"
+
#ifndef USE_DEVICE_LEDGER
#define USE_DEVICE_LEDGER 1
#endif
-#if !defined(HAVE_PCSC)
+#if !defined(HAVE_HIDAPI)
#undef USE_DEVICE_LEDGER
#define USE_DEVICE_LEDGER 0
#endif