From dbc64fbe8669499b1953c073267dde380fbb8a3f Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 4 Feb 2015 15:44:51 +0200 Subject: [PATCH] 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 --- docs/minnow_max.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**