From 75ec6925a9693a46fa9f3dc65afc97274fe6416d Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 6 May 2026 14:49:53 +0100 Subject: [PATCH] Fix tiny doxygen typo --- src/rp2_common/hardware_flash/include/hardware/flash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_flash/include/hardware/flash.h b/src/rp2_common/hardware_flash/include/hardware/flash.h index 2bb5d5ae3..c34feb48e 100644 --- a/src/rp2_common/hardware_flash/include/hardware/flash.h +++ b/src/rp2_common/hardware_flash/include/hardware/flash.h @@ -177,7 +177,7 @@ static inline uint32_t flash_devinfo_size_to_bytes(flash_devinfo_size_t size) { } /*! \brief Convert an integer flash/PSRAM size in bytes to a size enum, as - ! stored in OTP and used by the ROM. + * stored in OTP and used by the ROM. * \ingroup hardware_flash */ static inline flash_devinfo_size_t flash_devinfo_bytes_to_size(uint32_t bytes) {