Browse Source

add the fixed

supperthomas 4 years ago
parent
commit
b9868f2441
1 changed files with 1 additions and 1 deletions
  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]