Skip to content

Commit

Permalink
FIX egzumer#206: missing 254.1Hz CTCSS code
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Dec 7, 2023
1 parent 5e78916 commit f7061c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax)
case MENU_R_CTCS:
case MENU_T_CTCS:
*pMin = 0;
*pMax = ARRAY_SIZE(CTCSS_Options) - 1;
*pMax = ARRAY_SIZE(CTCSS_Options);
break;

case MENU_W_N:
Expand Down

0 comments on commit f7061c3

Please sign in to comment.