Add F_LOCK_PMR

This commit is contained in:
Armel FAUVEAU
2024-04-04 20:10:49 +02:00
parent fe1c3d010a
commit a562ff8479
3 changed files with 13 additions and 0 deletions

View File

@@ -222,6 +222,13 @@ int32_t TX_freq_check(const uint32_t Frequency)
return 0;
break;
#ifdef ENABLE_FEAT_F4HWN
case F_LOCK_PMR:
if (Frequency >= 44600625 && Frequency <= 44619375)
return 0;
break;
#endif
case F_LOCK_ALL:
break;