We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3443589 commit 75ec692Copy full SHA for 75ec692
1 file changed
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) {
177
}
178
179
/*! \brief Convert an integer flash/PSRAM size in bytes to a size enum, as
180
- ! stored in OTP and used by the ROM.
+ * stored in OTP and used by the ROM.
181
* \ingroup hardware_flash
182
*/
183
static inline flash_devinfo_size_t flash_devinfo_bytes_to_size(uint32_t bytes) {
0 commit comments