Skip to content

Commit d0db378

Browse files
authored
Fix typo in rom_get_partition_table_info doxygen (#2041)
1 parent 0f847db commit d0db378

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/pico_bootrom/include/pico

1 file changed

+1
-1
lines changed

src/rp2_common/pico_bootrom/include/pico/bootrom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ static inline int rom_func_otp_access(uint8_t *buf, uint32_t buf_len, otp_cmd_t
640640
* 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,
641641
* then it will return BOOTROM_ERROR_INVALID_STATE.
642642
*
643-
* The information returned is chosen by the flags_and_partition parameter; the first word in the returned buffer,
643+
* The information returned is chosen by the partition_and_flags parameter; the first word in the returned buffer,
644644
* is the (sub)set of those flags that the API supports. You should always check this value before interpreting
645645
* the buffer.
646646
*

0 commit comments

Comments
 (0)