diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-05 10:48:04 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-05 10:50:03 -0800 |
commit | 2aa02234b1ac2b1701b44fcec9e9bd82bea526b7 (patch) | |
tree | 817fbea6aae160a8d6e4af29fad3fa48821e89c1 /src/stm | |
parent | 038581bd212e66bcf017c7ace28c80a3ae0d0f50 (diff) |
altos/cortexelf-v1: Adapt to lisp->scheme name change
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm')
-rw-r--r-- | src/stm/Makefile.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 66ed4be8..4d0d27c7 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -1,4 +1,4 @@ -vpath % ../stm:../product:../drivers:../kernel:../util:../kalman:../aes:../math:../draw:../lisp:.. +vpath % ../stm:../product:../drivers:../kernel:../util:../kalman:../aes:../math:../draw:../scheme:.. vpath make-altitude ../util vpath make-kalman ../util vpath kalman.5c ../kalman |