mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Removed bug in Hyperion.cpp and warning in TestRs232HighSpeed.cpp
Former-commit-id: 63e992a3590db5a4e2c8d121b08291588f347ac7
This commit is contained in:
@@ -12,8 +12,8 @@ public:
|
||||
// empty
|
||||
}
|
||||
|
||||
int write(const std::vector<ColorRgb> &ledValues) {}
|
||||
int switchOff() {};
|
||||
int write(const std::vector<ColorRgb> &ledValues) { return 0; }
|
||||
int switchOff() { return 0; };
|
||||
|
||||
void writeTestSequence()
|
||||
{
|
||||
|
Reference in New Issue
Block a user