We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748d53 commit 41253e2Copy full SHA for 41253e2
Inc/stm32c0xx_hal_flash.h
@@ -480,8 +480,8 @@ typedef struct
480
/** @defgroup FLASH_OB_USER_INPUT_RESET_HOLDER FLASH Option Bytes User input reset holder bit
481
* @{
482
*/
483
-#define OB_IRH_ENABLE 0x00000000U /*!< Internal Reset handler enable */
484
-#define OB_IRH_DISABLE FLASH_OPTR_IRHEN /*!< Internal Reset handler disable */
+#define OB_IRH_ENABLE FLASH_OPTR_IRHEN /*!< Internal Reset handler enable */
+#define OB_IRH_DISABLE 0x00000000U /*!< Internal Reset handler disable */
485
/**
486
* @}
487
0 commit comments