Skip to content

Commit a014432

Browse files
committed
Fix CI failures
1 parent 38350aa commit a014432

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hal/tpm_io_linux.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
static char TPM2_SPI_DEV[] = TPM2_SPI_DEV_PATH "0";
100100
#define MAX_SPI_DEV_CS '4'
101101
static int foundSpiDev = 0;
102+
#ifdef DEBUG_WOLFTPM
102103
static int spiDevNotFound = 0;
104+
#endif
103105
#else
104106
#define TPM2_SPI_DEV TPM2_SPI_DEV_PATH TPM2_SPI_DEV_CS
105107
static int spiOpenFailed = 0;

0 commit comments

Comments
 (0)