summaryrefslogtreecommitdiffstats
path: root/progP18.c
diff options
context:
space:
mode:
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;