U doesn't have a controllable power indicator.

This commit is contained in:
Vincent Barrilliot 2023-03-12 17:36:13 +01:00
parent bb4e8ea41a
commit 5b65d88d1b

View file

@ -116,6 +116,7 @@ void ind_set_hdc(short state) {
*/ */
void ind_set(short ind_number, short state) { void ind_set(short ind_number, short state) {
switch (ind_number) { switch (ind_number) {
#if MODEL_FOENIX_A2560K || MODEL == MODEL_FOENIX_GENX || MODEL == MODEL_FOENIX_A2560X
case IND_POWER: case IND_POWER:
ind_set_power(state); ind_set_power(state);
break; break;
@ -123,7 +124,7 @@ void ind_set(short ind_number, short state) {
case IND_FDC: case IND_FDC:
ind_set_fdc(state); ind_set_fdc(state);
break; break;
#endif
case IND_SDC: case IND_SDC:
ind_set_sdc(state); ind_set_sdc(state);
break; break;