From 98edf92240ff64c62321886cd7f2c8e60e9dcb5e Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 18 Dec 2023 07:53:55 -0600 Subject: [PATCH] Update rig.h documentation a bit --- include/hamlib/rig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index f8a5a72ad..718e55d90 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -291,6 +291,8 @@ typedef unsigned int tone_t; /** * \brief Port type + * + * Note: All rigs may use a network:port address ( e.g. tcp/serial adapter) */ typedef enum rig_port_e { RIG_PORT_NONE = 0, /*!< No port */