Skip to content

Commit

Permalink
Implement method as static
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 21, 2023
1 parent 8373a9c commit 0e9c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hoymiles/src/commands/CommandAbstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ class CommandAbstract {
uint64_t _routerAddress;

private:
void convertSerialToPacketId(uint8_t buffer[], uint64_t serial);
static void convertSerialToPacketId(uint8_t buffer[], uint64_t serial);
};

0 comments on commit 0e9c666

Please sign in to comment.