diff options
author | Keith Packard <keithp@keithp.com> | 2012-09-16 02:39:25 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-09-16 02:39:25 -0700 |
commit | cb48dd0b03b445437f751028e8383610b65b0a68 (patch) | |
tree | 22f4336f7ff68edd49893bfa043976593b676e5e | |
parent | 3520bbf1ed6461d1ce7af001c529563a3cffa3c9 (diff) |
altos: Fix telemini sdcdb init file
Set the driver source path for the debugger
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telemini-v1.0/.sdcdbrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telemini-v1.0/.sdcdbrc b/src/telemini-v1.0/.sdcdbrc index 710b4a2f..b9f6129c 100644 --- a/src/telemini-v1.0/.sdcdbrc +++ b/src/telemini-v1.0/.sdcdbrc @@ -1 +1,2 @@ ---directory=.. +--directory=../cc1111:../product:../core:../drivers:. + |