Fix sys-stm32f103.h
This commit is contained in:
@@ -15,6 +15,9 @@ extern const uint8_t sys_version[8];
|
||||
#if defined(USE_SYS3) || defined(USE_SYS_BOARD_ID)
|
||||
extern const uint32_t sys_board_id;
|
||||
extern const uint8_t sys_board_name[];
|
||||
# define SYS_BOARD_ID sys_board_id
|
||||
#else
|
||||
# define SYS_BOARD_ID BOARD_ID
|
||||
#endif
|
||||
|
||||
typedef void (*handler)(void);
|
||||
|
||||
Reference in New Issue
Block a user