kopia lustrzana https://github.com/OpenRTX/OpenRTX
CPS: Fix GD-77 Channel base address
rodzic
b699fb4d00
commit
947d071f57
|
@ -37,7 +37,7 @@ static const uint32_t VHF_CAL_BASE = 0x6F070;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//const uint32_t zoneBaseAddr = 0x149e0; /**< Base address of zones */
|
//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 channelBaseAddrFlash = 0x7b1c0; /**< Base address of channel data */
|
||||||
const uint32_t contactBaseAddr = 0x87620; /**< Base address of contacts */
|
const uint32_t contactBaseAddr = 0x87620; /**< Base address of contacts */
|
||||||
const uint32_t maxNumChannels = 1024; /**< Maximum number of channels in memory */
|
const uint32_t maxNumChannels = 1024; /**< Maximum number of channels in memory */
|
||||||
|
|
Ładowanie…
Reference in New Issue