QuakeGod
2023-09-05 df03213660361b1c771f0a3f21b6ddaeaef7763a
KLink1/KLink.h
@@ -226,7 +226,8 @@
      volatile unsigned short WorkMode2;
      volatile unsigned short nBinProgBank;
      volatile unsigned short nBinProgSize;
      unsigned int Reserved2[1];
      unsigned short bLEDFlick;
      unsigned short Reserved2[1];
      unsigned short CRC1;
      unsigned short EndSign1;
   }stRunStat, *pRunStat;
@@ -650,7 +651,7 @@
   int ReadData(UCHAR nDst, UCHAR nType, USHORT nWordAddr, UCHAR nWordCount, USHORT * nByteRead, USHORT * Values);
   int WriteData(UCHAR nDst, UCHAR nType, USHORT nWordAddr, UCHAR nWordCount, USHORT * Values);
   int GetMode(UCHAR nDst, UCHAR nType);
   int GetMode(UCHAR nDst, UCHAR nType, UCHAR* value);
   int ChangeMode(UCHAR nDst, UCHAR nType);
   int BlinkLED(UCHAR nDst, UCHAR nSecond);