Skip to content

Commit

Permalink
Impliment getPins
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Feb 10, 2024
1 parent afd2b05 commit 1dc17f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/bus_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class BusHub75Matrix : public Bus {

void setBrightness(uint8_t b, bool immediate);

// uint8_t getPins(uint8_t* pinArray) {} // todo
uint8_t getPins(uint8_t* pinArray) { return 1; } // Fake value due to keep finaliseInit happy

void cleanup() {}

Expand Down

0 comments on commit 1dc17f9

Please sign in to comment.