diff --git a/Documentation/components/drivers/special/index.rst b/Documentation/components/drivers/special/index.rst index f95fbdab494..da996c66446 100644 --- a/Documentation/components/drivers/special/index.rst +++ b/Documentation/components/drivers/special/index.rst @@ -25,6 +25,7 @@ following section. spi.rst i2c.rst ethernet.rst + socketcan.rst framebuffer.rst lcd.rst mtd.rst diff --git a/Documentation/components/socketcan.rst b/Documentation/components/drivers/special/socketcan.rst similarity index 100% rename from Documentation/components/socketcan.rst rename to Documentation/components/drivers/special/socketcan.rst diff --git a/Documentation/components/index.rst b/Documentation/components/index.rst index bda1802c34e..6a6d0244169 100644 --- a/Documentation/components/index.rst +++ b/Documentation/components/index.rst @@ -9,7 +9,6 @@ NuttX is very feature-rich RTOS and is thus composed of various different subsys nsh/index.rst power.rst - socketcan.rst syslog.rst binfmt.rst drivers/index.rst