Skip to content

Commit 86c91ae

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

api/HardwareSPI.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,4 @@ class HardwareSPI
139139
virtual void end() = 0;
140140
};
141141

142-
// Alias SPIClass to HardwareSPI since it's already the defacto standard for SPI class name
143-
typedef HardwareSPI SPIClass;
144-
145142
}

0 commit comments

Comments
 (0)