mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
misc: Removed mraa_init and mraa::init
This change is due to commit 35760929dbb912fc3dfc738fee67c4f0dd63d55f from MRAA. Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
701a25261f
commit
ce6a095079
@ -38,8 +38,6 @@ ST7735::ST7735 (uint8_t csLCD, uint8_t cSD, uint8_t rs, uint8_t rst)
|
||||
: GFX (160, 128, m_map, font), m_csLCDPinCtx(m_csLCD), m_cSDPinCtx(m_cSD),
|
||||
m_rSTPinCtx(m_rST), m_rSPinCtx(m_rS), m_spi(0) {
|
||||
|
||||
mraa::init();
|
||||
|
||||
m_csLCD = csLCD;
|
||||
m_cSD = cSD;
|
||||
m_rST = rst;
|
||||
|
Reference in New Issue
Block a user