pkgsrc-wip/picprog/patches/patch-ab
pancake ;) 34bc0bd3eb Initial import of picprog
This is Picprog, a pic16xxx series microcontroller programmer software
for the simple serial port device.  Copyright (C) 1997,2002 Jaakko Hyv:atti.
It may also work for serial eeproms and such with modifications.
2003-07-12 13:54:33 +00:00

13 lines
366 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/07/12 13:54:34 poppnk Exp $
--- picport.cc.orig 2003-07-12 14:10:50.000000000 +0000
+++ picport.cc 2003-07-12 14:11:00.000000000 +0000
@@ -192,7 +192,7 @@
// -1 == error, no programmer present
-int picport::command (enum commands comm, int data = 0)
+int picport::command (enum commands comm, int data)
{
int tmp1, tmp2;