Skip to content

Commit e98afe4

Browse files
committed
Merge remote-tracking branch 'origin/3.7-dev' into 3.7-ch
2 parents 41c5adb + d056593 commit e98afe4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/LedStrips/LedStripBase.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
#ifndef SRC_LEDSTRIPS_LEDSTRIPBASE_H_
99
#define SRC_LEDSTRIPS_LEDSTRIPBASE_H_
1010

11-
#include <ObjectModel/ObjectModel.h>
11+
#include <RepRapFirmware.h>
1212

1313
#if SUPPORT_LED_STRIPS
1414

15+
#include <ObjectModel/ObjectModel.h>
1516
#include <Hardware/IoPorts.h>
1617
#include <General/NamedEnum.h>
1718

@@ -65,8 +66,8 @@ class LedStripBase INHERIT_OBJECT_MODEL
6566
static constexpr ColorOrder DefaultNeoPixelColorOrder = ColorOrder::GRB;
6667
static constexpr ColorOrder DefaultDotStarColorOrder = ColorOrder::BGR;
6768

68-
ColorOrder colorOrder; // which order we need to send the data in
6969
uint32_t maxLeds = DefaultMaxLedsPerStrip;
70+
ColorOrder colorOrder; // which order we need to send the data in
7071
LedStripType type;
7172
};
7273

0 commit comments

Comments
 (0)