firmware/layer1: fix 'MFNONE' not handled in switch [-Wswitch]

Change-Id: I4c38599b29de73e26e9b603564f63b88e65e16b9
This commit is contained in:
Vadim Yanitskiy 2022-04-21 05:08:47 +03:00
parent a6fad425db
commit 80ef655d00
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ static uint32_t chan_nr2mf_task_mask(uint8_t chan_nr, uint8_t neigh_mode)
case MF26ODD:
TASK_SET(MF_TASK_NEIGH_PM26O);
break;
default:
/* no neighbor measurement */
break;
}
break;
}