Fix Doxygen comment

It is about the tpyedef, not the defines.
pull/1718/head
Daniele Forsi IU5HKX 2025-04-30 16:21:08 +02:00
rodzic 8feb174711
commit 56b075ab45
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -299,9 +299,9 @@ typedef struct s_rig RIG;
*
* Digitally-Coded Squelch codes are simple direct integers.
*/
typedef unsigned int tone_t;
#define CTCSS_LIST_SIZE 60
#define DCS_LIST_SIZE 128
typedef unsigned int tone_t;
/**