Add support for Gnukey-DS.

This commit is contained in:
Evangelos Rigas
2019-05-22 08:20:36 +09:00
committed by NIIBE Yutaka
parent d66481d67c
commit 9ff47d75b5
3 changed files with 41 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#define BOARD_ID_ST_DONGLE 0x2cd4e471
#define BOARD_ID_ST_NUCLEO_F103 0x9b87c16d
#define BOARD_ID_NITROKEY_START 0xad1e7ebd
#define BOARD_ID_GNUKEY_DS 0x67ee65a3
extern const uint8_t sys_version[8];
#if defined(USE_SYS3) || defined(USE_SYS_BOARD_ID)