stm32g0: flash: fix wrong comment.

This commit is contained in:
Guillaume Revaillot 2019-09-17 19:00:31 +02:00 committed by Karl Palsson
parent ebd265ce42
commit 48afe3ca67

View File

@ -174,8 +174,8 @@
* @brief Read protection level * @brief Read protection level
@{*/ @{*/
#define FLASH_OPTR_RDP_LEVEL_0 0xAA #define FLASH_OPTR_RDP_LEVEL_0 0xAA
#define FLASH_OPTR_RDP_LEVEL_1 0xBB #define FLASH_OPTR_RDP_LEVEL_1 0xBB /* or any other value. */
#define FLASH_OPTR_RDP_LEVEL_2 0xCC /* or any other value. */ #define FLASH_OPTR_RDP_LEVEL_2 0xCC
/**@}*/ /**@}*/
BEGIN_DECLS BEGIN_DECLS