diff --git a/src/kernel.cpp b/src/kernel.cpp index cdba431..1617845 100644 --- a/src/kernel.cpp +++ b/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 ())