doc: hardware: peripherals: mipi_dbi: Added a newline to fix a typo

Added a newline to display the list correctly

The list is displayed like:
MIPI DBI defines 3 interface types: * Type A: Motorola 6800 parallel bus
 * Type B: Intel 8080 parallel bus

But it should be like:
MIPI DBI defines 3 interface types:
 * Type A: Motorola 6800 parallel bus
 * Type B: Intel 8080 parallel bus

This was fixed by an example from another doc:
doc/hardware/peripherals/i3c.rst

Signed-off-by: Dmytro Yaskov <dmytro.v.yaskov@gmail.com>
This commit is contained in:
Dmytro Yaskov 2024-04-01 08:41:16 +03:00 committed by Alberto Escolar
parent 8b96dff2f6
commit fc68d26e9c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ The MIPI DBI driver class implements support for MIPI DBI compliant display
controllers.
MIPI DBI defines 3 interface types:
* Type A: Motorola 6800 parallel bus
* Type B: Intel 8080 parallel bus