chore(event_adder_impl): pool int -> uint8_t
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-12-11 20:16:24 +01:00
parent 2d20242b3e
commit 55a19e6681
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -10,7 +10,7 @@ namespace accumulator {
class EventAdderImpl final : public EventAdder {
private:
static constexpr const uint8_t p_size{32};
int pool;
uint8_t pool;
static unsigned int source_id;
static accumulator::Pool pools[p_size];