Comment out scheduler to see if crackle goes away

newer-net
probonopd 4 weeks ago committed by GitHub
parent 7f63fe7188
commit 35244ebb94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/kernel.h

@ -26,7 +26,7 @@
#include <circle/i2cmaster.h> #include <circle/i2cmaster.h>
#include <circle/spimaster.h> #include <circle/spimaster.h>
#include <circle/usb/usbcontroller.h> #include <circle/usb/usbcontroller.h>
#include <circle/sched/scheduler.h> // #include <circle/sched/scheduler.h>
#include "config.h" #include "config.h"
#include "minidexed.h" #include "minidexed.h"
@ -59,7 +59,7 @@ private:
CSPIMaster *m_pSPIMaster; CSPIMaster *m_pSPIMaster;
CMiniDexed *m_pDexed; CMiniDexed *m_pDexed;
CUSBController *m_pUSB; CUSBController *m_pUSB;
CScheduler m_Scheduler; // CScheduler m_Scheduler;
static CKernel *s_pThis; static CKernel *s_pThis;
}; };

Loading…
Cancel
Save