Add comment explaining lack of VFO in MD380 CPS

This commit is contained in:
Federico Amedeo Izzo 2021-02-10 21:09:43 +01:00 committed by Niccolò Izzo
parent b3e0f964a1
commit 3ddf7f3557
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ void nvm_loadHwInfo(hwInfo_t *info)
info->lcd_type = lcdInfo & 0x03;
}
/**
* The MD380 stock CPS does not have a VFO channel slot
* because the stock firmware does not have a VFO
* To enable this functionality reserve a Flash portion for saving the VFO
*/
int nvm_readVFOChannelData(channel_t *channel)
{
(void) channel;