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-09-19 15:54:02 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-09-19 15:54:02 +0300
commit0891cdfa5ff3101be6f957a8436e8398fd50633d (patch)
treec898721e7692aad73902c8d6231fa244dbdcc1c2 /src/Hardware
parenta9d2b4f6a7be9b42dd289256f34f4310def9dc23 (diff)
Got rid of type alias UARTClass
Diffstat (limited to 'src/Hardware')
-rw-r--r--src/Hardware/SAM4E/Devices.h2
-rw-r--r--src/Hardware/SAM4S/Devices.h1
-rw-r--r--src/Hardware/SAME5x/Devices.h1
-rw-r--r--src/Hardware/SAME70/Devices.h1
4 files changed, 0 insertions, 5 deletions
diff --git a/src/Hardware/SAM4E/Devices.h b/src/Hardware/SAM4E/Devices.h
index bff883c9..dbac6b94 100644
--- a/src/Hardware/SAM4E/Devices.h
+++ b/src/Hardware/SAM4E/Devices.h
@@ -9,8 +9,6 @@
#define SRC_HARDWARE_SAM4E_DEVICES_H_
#include <AsyncSerial.h>
-typedef AsyncSerial UARTClass;
-#include <USARTClass.h>
extern AsyncSerial Serial;
extern AsyncSerial Serial1;
diff --git a/src/Hardware/SAM4S/Devices.h b/src/Hardware/SAM4S/Devices.h
index a53ca0e3..6c18ee88 100644
--- a/src/Hardware/SAM4S/Devices.h
+++ b/src/Hardware/SAM4S/Devices.h
@@ -10,7 +10,6 @@
#ifndef PCCB
# include <AsyncSerial.h>
-typedef AsyncSerial UARTClass;
# include <USARTClass.h>
extern AsyncSerial Serial;
diff --git a/src/Hardware/SAME5x/Devices.h b/src/Hardware/SAME5x/Devices.h
index 003d81c7..fa0a556c 100644
--- a/src/Hardware/SAME5x/Devices.h
+++ b/src/Hardware/SAME5x/Devices.h
@@ -10,7 +10,6 @@
#define SRC_HARDWARE_SAME5X_DEVICES_H_
#include <AsyncSerial.h>
-typedef AsyncSerial UARTClass;
extern AsyncSerial serialUart0, serialUart1;
diff --git a/src/Hardware/SAME70/Devices.h b/src/Hardware/SAME70/Devices.h
index 4a924d9b..22e03e47 100644
--- a/src/Hardware/SAME70/Devices.h
+++ b/src/Hardware/SAME70/Devices.h
@@ -9,7 +9,6 @@
#define SRC_HARDWARE_SAME70_DEVICES_H_
#include <AsyncSerial.h>
-typedef AsyncSerial UARTClass;
#include <USARTClass.h>
extern AsyncSerial Serial;