mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-12 20:28:21 +01:00
Fix typo in rom_get_partition_table_info doxygen (#2041)
This commit is contained in:
parent
0f847db371
commit
d0db3780fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue