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:
authorDavid Crocker <dcrocker@eschertech.com>2021-10-17 11:48:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-17 11:48:18 +0300
commite1b1cd1960f6da4fba50a01b1b6de31c10187ed1 (patch)
tree3cbc8d7d6549726bc105b4ab1ecba5064faf2012 /src/Platform
parentd5086b46ba31e0ae2fa1f78430ba5a59aa8b5758 (diff)
Introduced file CANlib/RRF3Common.h
Diffstat (limited to 'src/Platform')
-rw-r--r--src/Platform/Logger.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Platform/Logger.h b/src/Platform/Logger.h
index 7f72b740..b2eee38b 100644
--- a/src/Platform/Logger.h
+++ b/src/Platform/Logger.h
@@ -10,11 +10,6 @@
#include <RepRapFirmware.h>
-#if !SUPPORT_CAN_EXPANSION
-# include <General/NamedEnum.h>
-NamedEnum(LogLevel, uint8_t, off, warn, info, debug);
-#endif
-
#if HAS_MASS_STORAGE
#include <ctime>
@@ -22,7 +17,6 @@ NamedEnum(LogLevel, uint8_t, off, warn, info, debug);
class OutputBuffer;
-
class Logger
{
public: