Skip to content

Commit

Permalink
try to resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Nov 8, 2024
1 parent df387fa commit b66058b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ class CKernel : public CStdlibAppStdio

private:
// do not change this order
CConfig m_Config;
CConfig m_Config;
CCPUThrottle m_CPUThrottle;
CGPIOManager m_GPIOManager;
CI2CMaster m_I2CMaster;
CMiniDexed *m_pDexed;
CUSBController *m_pUSB;
CI2CMaster m_I2CMaster;
CMiniDexed *m_pDexed;
CUSBController *m_pUSB;

static CKernel *s_pThis;
};
Expand Down
1 change: 0 additions & 1 deletion src/minidexed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_bSetNewPerformance (false),
m_bDeletePerformance (false),
m_bLoadPerformanceBusy(false),

m_pNet(nullptr),
m_pNetDevice(nullptr),
m_WLAN(WLANFirmwarePath),
Expand Down

0 comments on commit b66058b

Please sign in to comment.