From 01218884383cd572348f14e1d952c1736000cda2 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Thu, 4 Nov 2021 08:47:13 +0100 Subject: [PATCH] Added missing endianness info --- docs/physical_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/physical_layer.rst b/docs/physical_layer.rst index 1717550..2b0211b 100644 --- a/docs/physical_layer.rst +++ b/docs/physical_layer.rst @@ -48,7 +48,7 @@ The bit-to-symbol mapping is shown in the table below. The most significant bits are sent first, meaning that the byte 0xB4 (= 0b10'11'01'00) in type 4 bits (see :ref:`bit_types`) would be sent as the symbols -1 -3 +3 -+1. ++1. All data fields utilize big-endian order of bytes unless specified otherwise. Preamble --------