We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91833 commit 86c91aeCopy full SHA for 86c91ae
1 file changed
api/HardwareSPI.h
@@ -139,7 +139,4 @@ class HardwareSPI
139
virtual void end() = 0;
140
};
141
142
-// Alias SPIClass to HardwareSPI since it's already the defacto standard for SPI class name
143
-typedef HardwareSPI SPIClass;
144
-
145
}
0 commit comments