Explorar el Código

Update SConscript: add spi to include path.

aozima hace 11 años
padre
commit
69d089cac0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/drivers/spi/SConscript

+ 1 - 1
components/drivers/spi/SConscript

@@ -2,7 +2,7 @@ from building import *
 
 cwd = GetCurrentDir()
 src = ['spi_core.c', 'spi_dev.c']
-CPPPATH = [cwd + '/../include']
+CPPPATH = [cwd, cwd + '/../include']
 
 src_device = []