Pārlūkot izejas kodu

[bsp] [sam7x]: fix SConscript spelling error.

aozima 7 gadi atpakaļ
vecāks
revīzija
1ff8d7339b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      bsp/sam7x/drivers/SConscript

+ 1 - 1
bsp/sam7x/drivers/SConscript

@@ -7,7 +7,7 @@ src = Glob('*.c')
 if GetDepend('RT_USING_LWIP') == False:
     SrcRemove(src, 'sam7x_emac.c')
 if GetDepend('RT_USING_DFS') == False:
-    SrcRemove(src, 'ssd.c')
+    SrcRemove(src, 'sd.c')
 
 CPPPATH = [cwd]