12 lines
208 B
C
12 lines
208 B
C
@DEBUG_DEFINE@
|
|
#ifdef DEBUG
|
|
#define ENABLE_VIRTUAL_COM_PORT 1
|
|
#endif
|
|
@DFU_DEFINE@
|
|
@PINPAD_DEFINE@
|
|
@PINPAD_MORE_DEFINE@
|
|
|
|
#if !defined(__ASSEMBLER__)
|
|
extern const unsigned char *unique_device_id (void);
|
|
#endif
|