wave12 correction crlf

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

@ -64,11 +64,7 @@ bool CKernel::Initialize (void)
m_Config.Load (); m_Config.Load ();
m_pDexed = new CMiniDexed ( m_pDexed = new CMiniDexed (&m_Config, &mInterrupt, &m_GPIOManager, &m_I2CMaster,
&m_Config,
&mInterrupt,
&m_GPIOManager,
&m_I2CMaster,
&mFileSystem); &mFileSystem);
assert (m_pDexed); assert (m_pDexed);

Loading…
Cancel
Save