summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e88/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/compal_e88/README.txt')
-rw-r--r--nuttx/configs/compal_e88/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/compal_e88/README.txt b/nuttx/configs/compal_e88/README.txt
index 4b2ee45d2..1dfefc746 100644
--- a/nuttx/configs/compal_e88/README.txt
+++ b/nuttx/configs/compal_e88/README.txt
@@ -27,11 +27,11 @@ directory at same level as the nuttx project:
`- osmocom-bb
If you attempt to build this configuration without osmocom-bb, and that
-you added support for sercomm in your configuration(CONFIG_SERCOMM_CONSOLE=y)
-you will get compilation errors in drivers/sercomm due to header files that
+you added support for sercomm in your configuration(CONFIG_SERCOMM_CONSOLE=y)
+you will get compilation errors in drivers/sercomm due to header files that
are needed from the osmocom-bb directory.
-By default, NuttX will not use sercomm (HDLC protocol) to communicate with
+By default, NuttX will not use sercomm (HDLC protocol) to communicate with
the host system. Sercomm is the transport used by osmocom-bb that runs on top
of serial. See http://bb.osmocom.org/trac/wiki/nuttx-bb/run for detailed
the usage of nuttx with sercomm.