pool var no param is one now
This commit is contained in:
parent
3d8993b0c5
commit
65999ac6d6
@ -27,7 +27,7 @@ public:
|
||||
|
||||
static constexpr bool VALID = 1;
|
||||
static constexpr bool INVALID = 0;
|
||||
static constexpr uint32_t NO_PARAMETER = 0;
|
||||
static constexpr uint32_t NO_PARAMETER = 0xffffffff;
|
||||
|
||||
enum ReadWriteMode_t {
|
||||
VAR_READ, VAR_WRITE, VAR_READ_WRITE
|
||||
|
Loading…
Reference in New Issue
Block a user