Skip to content

Commit 7fdfdde

Browse files
committed
Fixing the build problem in the recent PR
1 parent 723305b commit 7fdfdde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/Chameleon-Mini/Tests/CryptoTests.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* CryptoTests.c */
22

3+
#ifdef ENABLE_CRYPTO_TESTS
4+
35
#include "CryptoTests.h"
46

57
bool CryptoTDEATestCase1(char *OutParam, uint16_t MaxOutputLength) {
@@ -134,3 +136,5 @@ bool CryptoAESTestCase2(char *OutParam, uint16_t MaxOutputLength) {
134136
}
135137
return true;
136138
}
139+
140+
#endif /* ENABLE_CRYPTO_TESTS */

0 commit comments

Comments
 (0)