prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I82877be37f35cb7373294a1d3c53e45097d1a745
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/libopenbmc_intf/GPIOS.md b/libopenbmc_intf/GPIOS.md
index 3071648..67ebc50 100644
--- a/libopenbmc_intf/GPIOS.md
+++ b/libopenbmc_intf/GPIOS.md
@@ -1,13 +1,14 @@
# GPIO JSON format
GPIO definitions are stored in '/etc/default/obmc/gpio/gpio_defs.json' on the
-BMC. That file has 2 sections - 'gpio_configs' and 'gpio_definitions'.
+BMC. That file has 2 sections - 'gpio_configs' and 'gpio_definitions'.
## gpio_configs
This section contains the GPIOs used in power control.
It looks like:
+
```
"gpio_configs": {
"power_config": {
@@ -44,6 +45,7 @@
This section contains The GPIO pins and directions.
It looks like:
+
```
"gpio_definitions": [
{
@@ -66,4 +68,3 @@
}
]
```
-