changes in plocDefinitions and plocHandler
This commit is contained in:
@ -10,6 +10,14 @@ namespace PLOC {
|
||||
static const DeviceCommandId_t NONE = 0x0;
|
||||
static const DeviceCommandId_t TC_MEM_WRITE = 0x714;
|
||||
static const DeviceCommandId_t TC_MEM_READ = 0x715;
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
static const DeviceCommandId_t ACK_SUCCESS = 0x400;
|
||||
static const DeviceCommandId_t ACK_FAILURE = 0x401;
|
||||
static const DeviceCommandId_t EXE_SUCCESS = 0x402;
|
||||
static const DeviceCommandId_t EXE_FAILURE = 0x403;
|
||||
static const DeviceCommandId_t TM_READ_REPORT = 0x404;
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
static const uint16_t SIZE_ACK_REPORT = 14;
|
||||
static const uint16_t SIZE_EXE_REPORT = 14;
|
||||
|
Reference in New Issue
Block a user