LedgerHQ / nanos-secure-sdk

Secure (ST31) SDK for Ledger Nano S
Apache License 2.0
96 stars 54 forks source link

Fix compilation warning when HAVE_IO_USB and HAVE_BLE are not defined #35

Closed jibeee closed 3 years ago

jibeee commented 3 years ago

This PR suppresses an "unused variable" warning during compilation when HAVE_IO_USB and HAVE_BLE are not defined. This is typically the case for Ethereum plugins.