try to resolve conflicts

pull/744/head
Ömer Şiar Baysal 1 week ago
parent df387faa67
commit b66058b17f
  1. 8
      src/kernel.h
  2. 1
      src/minidexed.cpp

@ -51,12 +51,12 @@ private:
private: private:
// do not change this order // do not change this order
CConfig m_Config; CConfig m_Config;
CCPUThrottle m_CPUThrottle; CCPUThrottle m_CPUThrottle;
CGPIOManager m_GPIOManager; CGPIOManager m_GPIOManager;
CI2CMaster m_I2CMaster; CI2CMaster m_I2CMaster;
CMiniDexed *m_pDexed; CMiniDexed *m_pDexed;
CUSBController *m_pUSB; CUSBController *m_pUSB;
static CKernel *s_pThis; static CKernel *s_pThis;
}; };

@ -60,7 +60,6 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_bSetNewPerformance (false), m_bSetNewPerformance (false),
m_bDeletePerformance (false), m_bDeletePerformance (false),
m_bLoadPerformanceBusy(false), m_bLoadPerformanceBusy(false),
m_pNet(nullptr), m_pNet(nullptr),
m_pNetDevice(nullptr), m_pNetDevice(nullptr),
m_WLAN(WLANFirmwarePath), m_WLAN(WLANFirmwarePath),

Loading…
Cancel
Save