From b9868f24415d101cfd5e27e257f5cf0f2745d3a4 Mon Sep 17 00:00:00 2001 From: supperthomas Date: Fri, 2 Apr 2021 22:32:03 +0800 Subject: [PATCH] add the fixed --- bsp/nrf51822/drivers/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]