Skip to content

Commit

Permalink
Fix typo in rom_get_partition_table_info doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch authored Nov 14, 2024
1 parent 1b64cac commit b5b969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/pico_bootrom/include/pico/bootrom.h
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ static inline int rom_func_otp_access(uint8_t *buf, uint32_t buf_len, otp_cmd_t
* a hash of the partition table as of the time it loaded it. If the hash has changed by the time this method is called,
* then it will return BOOTROM_ERROR_INVALID_STATE.
*
* The information returned is chosen by the flags_and_partition parameter; the first word in the returned buffer,
* The information returned is chosen by the partition_and_flags parameter; the first word in the returned buffer,
* is the (sub)set of those flags that the API supports. You should always check this value before interpreting
* the buffer.
*
Expand Down

0 comments on commit b5b969a

Please sign in to comment.