Review Fixes
This commit is contained in:
@@ -355,7 +355,7 @@ class BusNetwork : public Bus {
|
||||
return !_broadcastLock;
|
||||
}
|
||||
|
||||
uint8_t getPins(uint8_t* pinArray) const;
|
||||
uint8_t getPins(uint8_t* pinArray) const override;
|
||||
|
||||
uint16_t getLength() const override {
|
||||
return _len;
|
||||
@@ -375,7 +375,7 @@ class BusNetwork : public Bus {
|
||||
|
||||
void setColorOrder(uint8_t colorOrder);
|
||||
|
||||
uint8_t getColorOrder() const {
|
||||
uint8_t getColorOrder() const override {
|
||||
return _colorOrder;
|
||||
}
|
||||
|
||||
@@ -503,4 +503,4 @@ class BusManager {
|
||||
return j;
|
||||
}
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user