소스 검색

add the fixed

supperthomas 4 년 전
부모
커밋
b9868f2441
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/nrf51822/drivers/SConscript

+ 1 - 1
bsp/nrf51822/drivers/SConscript

@@ -3,7 +3,7 @@ Import('rtconfig')
 from building import *
 
 # get current directory
-cwd = GetCurrentDir()
+cwd = GetCurrentDir() 
 
 src	= Glob('*.c')
 CPPPATH = [cwd]