mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
339b3702f6
A serial port pic16c84 programmer. PR: 13516 Submitted by: Johan Kerckaert <kirk@bricsnet.com>
12 lines
295 B
Plaintext
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;
|