mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
Wreorder: Fixed a subset of reorder errors
This commit addresses warnings emitted from -Wreorder in the C++ src. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -35,8 +35,8 @@
|
||||
using namespace upm;
|
||||
|
||||
ST7735::ST7735 (uint8_t csLCD, uint8_t cSD, uint8_t rs, uint8_t rst)
|
||||
: GFX (160, 128, m_map, font), m_csLCDPinCtx(csLCD), m_cSDPinCtx(cSD),
|
||||
m_rSTPinCtx(rst), m_rSPinCtx(rs), m_spi(0) {
|
||||
: GFX (160, 128, m_map, font), m_spi(0), m_csLCDPinCtx(csLCD), m_cSDPinCtx(cSD),
|
||||
m_rSTPinCtx(rst), m_rSPinCtx(rs) {
|
||||
|
||||
initModule ();
|
||||
configModule ();
|
||||
|
Reference in New Issue
Block a user