Skip to content

Commit

Permalink
Fix BusId initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerschoe authored Mar 30, 2021
1 parent 0e6b380 commit 63d7519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Address.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct Address
uint8_t id = 0;

/// The busId
std::array<uint8_t,4> busId = {0,0,0};
std::array<uint8_t,4> busId = {0,0,0,0};

/// Port
uint16_t port = PJON_BROADCAST;
Expand Down

0 comments on commit 63d7519

Please sign in to comment.