diff options
Diffstat (limited to 'Projects/AVRISP/Lib/XPROG')
| -rw-r--r-- | Projects/AVRISP/Lib/XPROG/XPROGProtocol.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c b/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c index d91941307..98530e9aa 100644 --- a/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c +++ b/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c @@ -44,7 +44,7 @@ uint32_t XPROG_Param_NVMBase = 0x010001C0;  uint32_t XPROG_Param_EEPageSize;
  /** Currently selected XPROG programming protocol */
 -uint8_t  XPROG_SelectedProtocol;
 +uint8_t  XPROG_SelectedProtocol = XPRG_PROTOCOL_PDI;
  /** Handler for the CMD_XPROG_SETMODE command, which sets the programmer-to-target protocol used for PDI/TPI
 | 
