Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_flash/include/hardware/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading