real GD32

This commit is contained in:
rusefi 2022-08-07 19:55:30 -04:00
parent a1cfe00ae8
commit a5f25778d3
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// real stm32F1 would return 0x1001 they say
#define REAL_STM_F1_REV_CODE 0x1001
#define REAL_GD_F1_REV_CODE 0x1303
#define REAL_SOMETHING_F1_REV_CODE 0x2003
#define ARM_REV_CODE() ((DBGMCU->IDCODE & DBGMCU_IDCODE_REV_ID_Msk) >> DBGMCU_IDCODE_REV_ID_Pos)