From d0db3780fdffc24985f57cd22ae575b40dc01b8d Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 18 Nov 2024 23:13:21 +0000 Subject: [PATCH] Fix typo in rom_get_partition_table_info doxygen (#2041) --- src/rp2_common/pico_bootrom/include/pico/bootrom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/pico_bootrom/include/pico/bootrom.h b/src/rp2_common/pico_bootrom/include/pico/bootrom.h index 180a4e54c..49826817b 100644 --- a/src/rp2_common/pico_bootrom/include/pico/bootrom.h +++ b/src/rp2_common/pico_bootrom/include/pico/bootrom.h @@ -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. *