File piklab-pickit2.patch of Package piklab
--- src/progs/pickit2/base/pickit2.h.orig 2008-06-06 14:43:25.000000000 +0530
+++ src/progs/pickit2/base/pickit2.h 2008-06-06 15:14:21.000000000 +0530
@@ -27,7 +27,7 @@
public:
USBPort(Log::Base &log) : Pickit::USBPort(0x0033, log) {}
virtual Pickit::Array array() const { return Array(); }
- void fillCommand(Pickit::Array &cmd, uchar cmd, uint nbBytes, uint address, uint i, bool longAddress = true) const;
+ void fillCommand(Pickit::Array &command, uchar cmd, uint nbBytes, uint address, uint i, bool longAddress = true) const;
Pickit::Array createCommand(uchar cmd, uint nbBytes, uint address, bool longAddress = true) const;
bool readFirmwareCodeMemory(Device::Array &data, const Device::Array *vdata);