diff --git a/include/libopencm3/stm32/g0/flash.h b/include/libopencm3/stm32/g0/flash.h index 63fded55..09286baf 100644 --- a/include/libopencm3/stm32/g0/flash.h +++ b/include/libopencm3/stm32/g0/flash.h @@ -174,8 +174,8 @@ * @brief Read protection level @{*/ #define FLASH_OPTR_RDP_LEVEL_0 0xAA -#define FLASH_OPTR_RDP_LEVEL_1 0xBB -#define FLASH_OPTR_RDP_LEVEL_2 0xCC /* or any other value. */ +#define FLASH_OPTR_RDP_LEVEL_1 0xBB /* or any other value. */ +#define FLASH_OPTR_RDP_LEVEL_2 0xCC /**@}*/ BEGIN_DECLS