From 600845fe528f0409f8526b07b2a86feaba81ea97 Mon Sep 17 00:00:00 2001 From: gstellenberg Date: Sun, 27 Sep 2009 00:27:27 -0500 Subject: [PATCH] Added an internal variable readMachineType to hold the machineType read from the board. --- src/PRDevice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PRDevice.h b/src/PRDevice.h index ce6b105..97a0f57 100644 --- a/src/PRDevice.h +++ b/src/PRDevice.h @@ -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