Skip to content

Commit 75ec692

Browse files
authored
Fix tiny doxygen typo
1 parent 3443589 commit 75ec692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/rp2_common/hardware_flash/include/hardware

src/rp2_common/hardware_flash/include/hardware/flash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static inline uint32_t flash_devinfo_size_to_bytes(flash_devinfo_size_t size) {
177177
}
178178

179179
/*! \brief Convert an integer flash/PSRAM size in bytes to a size enum, as
180-
! stored in OTP and used by the ROM.
180+
* stored in OTP and used by the ROM.
181181
* \ingroup hardware_flash
182182
*/
183183
static inline flash_devinfo_size_t flash_devinfo_bytes_to_size(uint32_t bytes) {

0 commit comments

Comments
 (0)