cmsis_device_h7 icon indicating copy to clipboard operation
cmsis_device_h7 copied to clipboard

Wrong comment for STM32H7B0xx

Open carlo-dev-git opened this issue 1 year ago • 1 comments

Device STM32H7B0xxQ is not documented. Line 74 in stm32h7xx.h should be changed from:

  /* #define STM32H7B0xx */   /*!< STM32H7B0ABIxQ, STM32H7B0IBTx, STM32H7B0RBTx, STM32H7B0VBTx, STM32H7B0ZBTx, STM32H7B0IBKxQ */

to:

  /* #define STM32H7B0xx */   /*!< STM32H7B0IBTx, STM32H7B0RBTx, STM32H7B0VBTx, STM32H7B0ZBTx Devices */
  /* #define STM32H7B0xxQ */  /*!< STM32H7B0ABIxQ, STM32H7B0IBKxQ Devices */

carlo-dev-git avatar Apr 24 '24 08:04 carlo-dev-git

ST Internal Reference: 180246

RJMSTM avatar Apr 29 '24 09:04 RJMSTM

Fixed in 13ba9da797a30e1563a8795f974425fb26dd0457

TOUNSTM avatar May 20 '24 10:05 TOUNSTM