From 39f96a83031edbf863b9764749263789b355503d Mon Sep 17 00:00:00 2001 From: "Cassandra \"ZZ Cat\" Robinson" Date: Mon, 14 Aug 2023 09:24:26 +1200 Subject: [PATCH] docs(ReadTheDocs): Change type from `var` to `arg` 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 bc179bc0..def1bd41 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 +.. arg:: uint8_t RxPin UART Rx pin. -.. var:: uint8_t TxPin +.. arg:: uint8_t TxPin UART Tx pin.