From afc3ab9d32d89aee135e1125ba3fc635794e5a47 Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Mon, 13 Feb 2017 08:25:05 +0000 Subject: [PATCH] Fix some markdown formatting --- docs/ut61e/serial-protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ut61e/serial-protocol.md b/docs/ut61e/serial-protocol.md index 18c328e..5313d75 100644 --- a/docs/ut61e/serial-protocol.md +++ b/docs/ut61e/serial-protocol.md @@ -12,9 +12,9 @@ The information in this document are taken from the [Cyrustek ES51922 datasheet] 14 frames, including the line ending markers CR and LF. -| 0 | 1| 2| 3| 4| 5| 6| 7| 8| 9| 10| 11|12|13| -|-----|------|------|------|------|------|--------|------|-------|-------|-------|-------|--|--| -|Range|Digit4|Digit3|Digit2|Digit1|Digit0|Function|Status|Option1|Option2|Option3|Option4|CR|LF| +| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | +|-------|--------|--------|--------|--------|--------|----------|--------|---------|---------|---------|---------|----|----| +| Range | Digit4 | Digit3 | Digit2 | Digit1 | Digit0 | Function | Status | Option1 | Option2 | Option3 | Option4 | CR | LF | ## Fields