summaryrefslogtreecommitdiffstats
path: root/progP18.c
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 19:24:17 +0100
committerAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 20:20:09 +0100
commit5df9421eb28836e72d112da635fdabbc59ad7185 (patch)
tree2620ae1d9f380a50ecede399b3387a93b0c09763 /progP18.c
parent816b38e07651bfd64acdc53523b92791848ce5f0 (diff)
downloadOpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.tar.gz
OpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.zip
Follow version 0.12.2
Diffstat (limited to 'progP18.c')
-rw-r--r--progP18.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progP18.c b/progP18.c
index 922e8bf..4d888f0 100644
--- a/progP18.c
+++ b/progP18.c
@@ -1,6 +1,6 @@
/**
* \file progP18F.c - algorithms to program the PIC18 family of microcontrollers
- * Copyright (C) 2009-2022 Alberto Maccioni
+ * Copyright (C) 2009-2023 Alberto Maccioni
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2015,7 +2015,7 @@ void Write18FKx(int dim,int dim2,int options,int nu1,int nu2, int nu3)
// 1 10 0x380000 0x3C0000 0x2C0000 Q40-43 one-word 11 0.075 11
// 2 35 0x380000 0x3C0000 0x2C0000 Q83-84 one-word 11 0.075 11
{
- int k=0,k2,z=0,i,j,x=0,w=0;
+ int k=0,z=0,i,j,x=0,w=0;
int err=0;
int devID=0,devREV=0;
int MemAddr,rowN=0;