diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2018-11-15 13:10:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 13:10:01 -0800 |
commit | 158fd00543e468675c83f9ad23a4ce47a716f94f (patch) | |
tree | 9f75c16e478a1518f7f84284678564823dc04e15 /motionMonitor | |
parent | 3da7cd6011d084fcb72b6f696319374ec59c2cd6 (diff) | |
parent | 4e379259292be2709834ee0d75e212f80b14e1b0 (diff) |
Merge pull request #8 from brnkl/documentation
Documentation
Diffstat (limited to 'motionMonitor')
-rw-r--r-- | motionMonitor/Component.cdef | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef index 9627adf..ea17866 100644 --- a/motionMonitor/Component.cdef +++ b/motionMonitor/Component.cdef @@ -1,7 +1,7 @@ cflags: { -std=c99 - -I$BRNKL_ROOT/apps/util + -I$CURDIR/../util } requires: @@ -23,5 +23,5 @@ provides: sources: { motionMonitor.c - $BRNKL_ROOT/apps/util/util.c + $CURDIR/../util/util.c } |