pool var no param is one now

This commit is contained in:
Robin Müller 2020-06-06 23:30:16 +02:00
parent 3d8993b0c5
commit 65999ac6d6

View File

@ -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