diff --git a/bsp/nrf51822/drivers/SConscript b/bsp/nrf51822/drivers/SConscript index 638846d656..cba5bbfffc 100644 --- a/bsp/nrf51822/drivers/SConscript +++ b/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]