1

disable sched log

This commit is contained in:
2022-07-22 20:45:36 +02:00
parent 4eeac40bb7
commit 56eec2d766

View File

@ -25,7 +25,7 @@
#include "kernel/threads/IdleThread.h"
#include <utility>
constexpr const bool INSANE_TRACE = true;
constexpr const bool INSANE_TRACE = false;
/*****************************************************************************
* Methode: Dispatcher::dispatch *