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:
@@ -87,6 +87,7 @@ protected:
|
||||
PRResult Close();
|
||||
|
||||
PRResult VerifyChipID();
|
||||
PRMachineType GetReadMachineType();
|
||||
|
||||
// Raw write and read methods
|
||||
//
|
||||
@@ -137,6 +138,7 @@ protected:
|
||||
|
||||
uint8_t wr_buffer[16384];
|
||||
uint8_t collect_buffer[FTDI_BUFFER_SIZE];
|
||||
PRMachineType readMachineType;
|
||||
|
||||
|
||||
// Local Device State
|
||||
|
||||
Reference in New Issue
Block a user