add enable macro for CCID interface

This commit is contained in:
Conor Patrick
2019-08-24 15:49:02 +08:00
parent ccd9a04146
commit 3b4c154fd1
3 changed files with 46 additions and 28 deletions

View File

@ -12,9 +12,13 @@
#define DEBUG_UART USART1
#ifndef DEBUG_LEVEL
// Enable the CDC ACM USB interface & debug logs (DEBUG_LEVEL > 0)
#define DEBUG_LEVEL 0
#endif
// Enable the CCID USB interface
// #define ENABLE_CCID
#define NON_BLOCK_PRINTING 0