diff options
Diffstat (limited to 'src/stm/stm32l.h')
-rw-r--r-- | src/stm/stm32l.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/stm32l.h b/src/stm/stm32l.h index c5c28e76..799cccbd 100644 --- a/src/stm/stm32l.h +++ b/src/stm/stm32l.h @@ -1515,7 +1515,7 @@ extern struct stm_dbg_mcu stm_dbg_mcu; static inline uint16_t stm_dev_id(void) { - return stm_dbgmcu.idcode & 0xfff; + return stm_dbg_mcu.idcode & 0xfff; } struct stm_flash_size { |