CPS: Fix GD-77 Channel base address

This commit is contained in:
Federico Amedeo Izzo 2021-02-18 15:41:59 +01:00
parent b699fb4d00
commit 947d071f57
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static const uint32_t VHF_CAL_BASE = 0x6F070;
#endif
//const uint32_t zoneBaseAddr = 0x149e0; /**< Base address of zones */
const uint32_t channelBaseAddrEEPROM = 0x03790; /**< Base address of channel data */
const uint32_t channelBaseAddrEEPROM = 0x03780; /**< Base address of channel data */
const uint32_t channelBaseAddrFlash = 0x7b1c0; /**< Base address of channel data */
const uint32_t contactBaseAddr = 0x87620; /**< Base address of contacts */
const uint32_t maxNumChannels = 1024; /**< Maximum number of channels in memory */