From 5df9421eb28836e72d112da635fdabbc59ad7185 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Tue, 30 Jan 2024 19:24:17 +0100 Subject: Follow version 0.12.2 --- progP18.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progP18.c') 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; -- cgit v1.2.3-54-g00ecf