mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
Wreorder: fix a variety of re-ordering warnings
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -136,6 +136,9 @@ namespace upm {
|
||||
|
||||
unsigned int m_instances;
|
||||
|
||||
mraa::Gpio m_gpioData;
|
||||
mraa::Gpio m_gpioClk;
|
||||
|
||||
// an array of uint16_t's representing our bit states (on/off)
|
||||
// intensities. Only the low 8 bits are used, but in the future
|
||||
// 16bit support can work here as well.
|
||||
@ -143,9 +146,6 @@ namespace upm {
|
||||
|
||||
uint16_t m_commandWord;
|
||||
|
||||
mraa::Gpio m_gpioClk;
|
||||
mraa::Gpio m_gpioData;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user