Private
Public Access
2
0

minnow_max.md: work around bad rendering in GitHub

If a line starts with '#', GitHub will show the line as a heading.
That may be a GitHub bug (I'm not sure what the Markdown spec says
about this), but anyway, let's rewrap the text so that GitHub shows
the text as intended.

Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Tanu Kaskinen
2015-02-04 15:44:51 +02:00
committed by Brendan Le Foll
parent baa1a0ae03
commit dbc64fbe86

View File

@@ -19,8 +19,8 @@ BIOS settings, as they are not dynamcially detected If any changes are mode
(Device Manager -> System Setup -> South Cluster -> LPSS & CSS) them mraa calls
will not behave as expected.
Documentation shows i2c on bus #5, ACPI shows it on bus #6, but driver uses bus
#7.
Documentation shows i2c on bus #5, ACPI shows it on bus #6, but driver uses
bus #7.
**SPI operation is not currently supported**