Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Platform.h')
-rw-r--r--src/Platform/Platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Platform/Platform.h b/src/Platform/Platform.h
index 201e10f2..33d748da 100644
--- a/src/Platform/Platform.h
+++ b/src/Platform/Platform.h
@@ -31,7 +31,6 @@ Licence: GPL
#include <Heating/TemperatureError.h>
#include "OutputMemory.h"
#include "UniqueId.h"
-#include "EventManager.h"
#include <Storage/FileStore.h>
#include <Storage/FileData.h>
#include <Storage/MassStorage.h> // must be after Pins.h because it needs NumSdCards defined
@@ -873,7 +872,6 @@ private:
#endif
// Event handling
- EventManager eventManager;
uint32_t lastDriverPollMillis; // when we last checked the drivers and voltage monitoring
#ifdef DUET3MINI