Implement method as static

This commit is contained in:
Thomas Basler 2023-04-21 19:02:10 +02:00
parent 8373a9cffb
commit 0e9c666981

View File

@ -57,5 +57,5 @@ protected:
uint64_t _routerAddress; uint64_t _routerAddress;
private: private:
void convertSerialToPacketId(uint8_t buffer[], uint64_t serial); static void convertSerialToPacketId(uint8_t buffer[], uint64_t serial);
}; };