Add LVL_ATT check to level_gran_kenwood.h

This commit is contained in:
Mike Black W9MDB 2024-09-10 22:31:58 -05:00
parent 49e5ba81b0
commit 7d78e8a284

View File

@ -10,7 +10,9 @@
#endif
[LVL_STRENGTH] = { .min = { .i = 0 }, .max = { .i = 60 }, .step = { .i = 0 } },
/* levels with WPM units */
#if !defined(NO_LVL_KEYSPD)
[LVL_KEYSPD] = { .min = { .i = 4 }, .max = { .i = 60 }, .step = { .i = 1 } },
#endif
/* levels with Hz units */
#if !defined(NO_LVL_CWPITCH)
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 1050 }, .step = { .i = 50 } },