From e1a53c734591895557c7cd8f4458b7a485914b10 Mon Sep 17 00:00:00 2001 From: ive0skills Date: Wed, 3 Dec 2025 20:44:04 +0700 Subject: [PATCH] src/installation/guides/arm-devices/raspberry-pi: typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed a typo: separated “i2c-1i2c” to “i2c-1” and “i2c” --- src/installation/guides/arm-devices/raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/guides/arm-devices/raspberry-pi.md b/src/installation/guides/arm-devices/raspberry-pi.md index 14ea6256..65cb5555 100644 --- a/src/installation/guides/arm-devices/raspberry-pi.md +++ b/src/installation/guides/arm-devices/raspberry-pi.md @@ -113,5 +113,5 @@ configuration. It should show: ``` $ i2cdetect -l -i2c-1i2c bcm2835 I2C adapter I2C adapter +i2c-1 i2c bcm2835 I2C adapter I2C adapter ```