rename sd to mmc
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Aug 2018 09:43:19 +0000 (10:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Aug 2018 09:43:19 +0000 (10:43 +0100)
src/bsv/interface_decl.py

index 83ba313e350522cf4bba37df2227cfe2755fc905..039ce2091de09ac6a1437b169a1865b78dbd8f59 100644 (file)
@@ -624,7 +624,7 @@ class Interfaces(InterfacesBase, PeripheralInterfaces):
                                  'spi': InterfaceNSPI,
                                  'mspi': InterfaceNSPI,
                                  'lcd': InterfaceLCD,
-                                 'sd': InterfaceSD,
+                                 'mmc': InterfaceSD,
                                  'fb': InterfaceFlexBus,
                                  'sdr': InterfaceSDRAM,
                                  'qspi': InterfaceNSPI,