Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly.

This commit is contained in:
Dean Camera 2009-12-16 03:17:18 +00:00
parent 4f74075fad
commit 461607020c
3 changed files with 6 additions and 5 deletions

View file

@ -38,7 +38,7 @@
#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
/** Base absolute address for the target's NVM controller */
uint32_t XPROG_Param_NVMBase;
uint32_t XPROG_Param_NVMBase = 0x010001C0;
/** Size in bytes of the target's EEPROM page */
uint32_t XPROG_Param_EEPageSize;