aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/build.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs
index 8965b312c..eb0437bc2 100644
--- a/embassy-stm32/build.rs
+++ b/embassy-stm32/build.rs
@@ -911,24 +911,6 @@ fn main() {
911 (("eth", "TXD2"), quote!(crate::eth::TXD2Pin)), 911 (("eth", "TXD2"), quote!(crate::eth::TXD2Pin)),
912 (("eth", "TXD3"), quote!(crate::eth::TXD3Pin)), 912 (("eth", "TXD3"), quote!(crate::eth::TXD3Pin)),
913 (("eth", "TX_EN"), quote!(crate::eth::TXEnPin)), 913 (("eth", "TX_EN"), quote!(crate::eth::TXEnPin)),
914 (("eth", "MII_REF_CLK"), quote!(crate::eth::RefClkPin)),
915 (("eth", "MII_RX_CLK"), quote!(crate::eth::RXClkPin)),
916 (("eth", "MII_TX_CLK"), quote!(crate::eth::TXClkPin)),
917 (("eth", "MII_MDIO"), quote!(crate::eth::MDIOPin)),
918 (("eth", "MII_MDC"), quote!(crate::eth::MDCPin)),
919 (("eth", "MII_CRS_DV"), quote!(crate::eth::CRSPin)),
920 (("eth", "MII_RX_DV"), quote!(crate::eth::RXDVPin)),
921 (("eth", "MII_RXD0"), quote!(crate::eth::RXD0Pin)),
922 (("eth", "MII_RXD1"), quote!(crate::eth::RXD1Pin)),
923 (("eth", "MII_RXD2"), quote!(crate::eth::RXD2Pin)),
924 (("eth", "MII_RXD3"), quote!(crate::eth::RXD3Pin)),
925 (("eth", "MII_TXD0"), quote!(crate::eth::TXD0Pin)),
926 (("eth", "MII_TXD1"), quote!(crate::eth::TXD1Pin)),
927 (("eth", "MII_TXD2"), quote!(crate::eth::TXD2Pin)),
928 (("eth", "MII_TXD3"), quote!(crate::eth::TXD3Pin)),
929 (("eth", "MII_TX_EN"), quote!(crate::eth::TXEnPin)),
930 (("eth", "RMII_REF_CLK"), quote!(crate::eth::RefClkPin)),
931 (("eth", "RMII_CRS_DV"), quote!(crate::eth::CRSPin)),
932 (("fmc", "A0"), quote!(crate::fmc::A0Pin)), 914 (("fmc", "A0"), quote!(crate::fmc::A0Pin)),
933 (("fmc", "A1"), quote!(crate::fmc::A1Pin)), 915 (("fmc", "A1"), quote!(crate::fmc::A1Pin)),
934 (("fmc", "A2"), quote!(crate::fmc::A2Pin)), 916 (("fmc", "A2"), quote!(crate::fmc::A2Pin)),