Skip to content

Commit f289e47

Browse files
ajf58dkalowsk
authored andcommitted
docs: raspberrypi: Avoid abbreviating to RPi
Prefer to use more descriptive terms. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent ed168d6 commit f289e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/drivers/gpio/gpio_api_1pin/boards/pico_plus2_rp2350b_m33.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* Copyright (c) 2024 TOKITA Hiroshi
55
*/
66

7-
/* Pico Plus2 is pin-compatible with the RPi-Pico2, so reuse. */
7+
/* Pico Plus2 is pin-compatible with the Raspberry Pi Pico 2, so reuse. */
88
#include "rpi_pico2_rp2350a_m33.overlay"

tests/drivers/gpio/gpio_basic_api/boards/pico_plus2_rp2350b_m33.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/* Pico Plus2 is pin-compatible with the RPi-Pico, so reuse. */
7+
/* Pico Plus2 is pin-compatible with the Raspberry Pi Pico, so reuse. */
88
#include "rpi_pico.overlay"

0 commit comments

Comments
 (0)