From: Tanu Kaskinen Date: Wed, 4 Feb 2015 13:44:51 +0000 (+0200) Subject: minnow_max.md: work around bad rendering in GitHub X-Git-Tag: v0.6.1~36 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fmraa.git;a=commitdiff_plain;h=dbc64fbe8669499b1953c073267dde380fbb8a3f 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 Signed-off-by: Brendan Le Foll --- diff --git a/docs/minnow_max.md b/docs/minnow_max.md index b2d62dd..1b6df7e 100644 --- a/docs/minnow_max.md +++ b/docs/minnow_max.md @@ -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**