Disable debug

This commit is contained in:
Baptiste Wicht 2014-02-09 11:30:43 +01:00
parent d2cf6b5d67
commit 33818dbc51

View File

@ -24,7 +24,7 @@
#include "physical_pointer.hpp"
#include "mutex.hpp"
constexpr const bool DEBUG_SCHEDULER = true;
constexpr const bool DEBUG_SCHEDULER = false;
//Provided by task_switch.s
extern "C" {