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-29 13:52:37 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-29 13:52:37 +0300
commite7d848e4da694758eaaa168af82afd9d8564760e (patch)
treed09b0a760e6b38a559e673584bba6c73b5f6c3bb
parent8d50ec9705a71347d1371be9e7022f268738f1e6 (diff)
Removed duplicate typedefs for eCv
-rw-r--r--src/Platform/Event.h2
-rw-r--r--src/RepRapFirmware.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Platform/Event.h b/src/Platform/Event.h
index ca18ae0d..46e26107 100644
--- a/src/Platform/Event.h
+++ b/src/Platform/Event.h
@@ -10,8 +10,8 @@
#include <cstdint>
#include <cstddef>
+#include <CoreTypes.h>
#include <RRF3Common.h>
-#include <CanId.h>
#include <General/FreelistManager.h>
#include <General/StringRef.h>
diff --git a/src/RepRapFirmware.h b/src/RepRapFirmware.h
index 48470852..b741cb38 100644
--- a/src/RepRapFirmware.h
+++ b/src/RepRapFirmware.h
@@ -128,8 +128,6 @@ namespace CanInterface
#else
-typedef uint8_t CanAddress;
-
namespace CanInterface
{
inline CanAddress GetCanAddress() noexcept { return 0; }