From 2fe0de31fc647f57ce993cb942789f07a23f560a Mon Sep 17 00:00:00 2001 From: "Cassandra \"ZZ Cat\" Robinson" Date: Mon, 14 Aug 2023 09:15:44 +1200 Subject: [PATCH] docs(ReadTheDocs): Fix `C++ declarations inside functions are not supported.` --- docs/source/api.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index b3ba4bbd..bc179bc0 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -19,10 +19,10 @@ Information regarding the API of CRSF for Arduino is coming soon. Constructor with pin numbers. - .. var:: uint8_t RxPin +.. var:: uint8_t RxPin - UART Rx pin. - - .. var:: uint8_t TxPin + UART Rx pin. - UART Tx pin. +.. var:: uint8_t TxPin + + UART Tx pin.