1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added an internal variable readMachineType to hold the machineType read from the board.

This commit is contained in:
gstellenberg
2009-09-27 00:27:27 -05:00
parent fba3d5354b
commit 600845fe52

View File

@@ -87,6 +87,7 @@ protected:
PRResult Close(); PRResult Close();
PRResult VerifyChipID(); PRResult VerifyChipID();
PRMachineType GetReadMachineType();
// Raw write and read methods // Raw write and read methods
// //
@@ -137,6 +138,7 @@ protected:
uint8_t wr_buffer[16384]; uint8_t wr_buffer[16384];
uint8_t collect_buffer[FTDI_BUFFER_SIZE]; uint8_t collect_buffer[FTDI_BUFFER_SIZE];
PRMachineType readMachineType;
// Local Device State // Local Device State