From d86dce525f887182c045d2a4300031dfb03905d9 Mon Sep 17 00:00:00 2001 From: "Cassandra \"ZZ Cat\" Robinson" Date: Mon, 14 Aug 2023 09:27:01 +1200 Subject: [PATCH] revert(39f96a83031edbf863b9764749263789b355503d): Resore `var` directives in `api.rst` --- docs/source/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index def1bd41..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. -.. arg:: uint8_t RxPin +.. var:: uint8_t RxPin UART Rx pin. -.. arg:: uint8_t TxPin +.. var:: uint8_t TxPin UART Tx pin.