1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/picprog/files/patch-aa
Steve Price 339b3702f6 Initial import of pciprog version 1.0.
A serial port pic16c84 programmer.

PR:		13516
Submitted by:	Johan Kerckaert <kirk@bricsnet.com>
1999-11-01 04:03:47 +00:00

12 lines
295 B
Plaintext

--- hexfile.h.orig Tue Aug 31 11:51:09 1999
+++ hexfile.h Tue Aug 31 11:53:58 1999
@@ -48,7 +48,7 @@
#include "picport.h"
class hexfile {
- const int size = 0x4000;
+ static const int size = 0x4000;
short pgm [size];
int program_location (picport& pic, int addr, bool data) const;