mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
clean up formatting
Former-commit-id: dc3a3c7597af42b8fb37f09011d52ebacffd8959
This commit is contained in:
parent
c30879017c
commit
3be4ebe6dc
@ -11,7 +11,7 @@
|
|||||||
// hyperion local includes
|
// hyperion local includes
|
||||||
#include "LedDeviceWs2801.h"
|
#include "LedDeviceWs2801.h"
|
||||||
|
|
||||||
LedDeviceWs2801::LedDeviceWs2801(const std::string& outputDevice, const unsigned baudrate ) :
|
LedDeviceWs2801::LedDeviceWs2801(const std::string& outputDevice, const unsigned baudrate) :
|
||||||
LedSpiDevice(outputDevice, baudrate, 500000),
|
LedSpiDevice(outputDevice, baudrate, 500000),
|
||||||
mLedCount(0)
|
mLedCount(0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user