wave12 correction crlf

pull/495/head
Vincent 2 years ago
parent fa4e3ddbdf
commit 1dfa884d6b
  1. 8
      src/kernel.cpp

@ -64,12 +64,8 @@ bool CKernel::Initialize (void)
m_Config.Load ();
m_pDexed = new CMiniDexed (
&m_Config,
&mInterrupt,
&m_GPIOManager,
&m_I2CMaster,
&mFileSystem);
m_pDexed = new CMiniDexed (&m_Config, &mInterrupt, &m_GPIOManager, &m_I2CMaster,
&mFileSystem);
assert (m_pDexed);
if (!m_pDexed->Initialize ())

Loading…
Cancel
Save