Skip to content

Commit 7ffff24

Browse files
committed
core: remove global SPIClass typedef from HardwareSPI API
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
1 parent d1e211b commit 7ffff24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/HardwareSPI.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,4 @@ class HardwareSPI
128128
virtual void end() = 0;
129129
};
130130

131-
// Alias SPIClass to HardwareSPI since it's already the defacto standard for SPI class name
132-
typedef HardwareSPI SPIClass;
133-
134131
}

0 commit comments

Comments
 (0)