Repository: incubator-mynewt-core Updated Branches: refs/heads/master b3187bd7d -> e3bcabc16
No Ticket: SIM_ACCEL_PRESENT not defined Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e3bcabc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e3bcabc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e3bcabc1 Branch: refs/heads/master Commit: e3bcabc16da4c9927f1401894e4d13ce6f33443c Parents: b3187bd Author: Vipul Rahane <[email protected]> Authored: Fri Apr 14 11:09:24 2017 -0700 Committer: Vipul Rahane <[email protected]> Committed: Fri Apr 14 11:09:24 2017 -0700 ---------------------------------------------------------------------- apps/sensors_test/syscfg.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e3bcabc1/apps/sensors_test/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/sensors_test/syscfg.yml b/apps/sensors_test/syscfg.yml index 4e799f4..6b70b6a 100644 --- a/apps/sensors_test/syscfg.yml +++ b/apps/sensors_test/syscfg.yml @@ -58,4 +58,7 @@ syscfg.defs: TCS34725_PRESENT: description: 'TCS34725 is present' value : 1 + SIM_ACCEL_PRESENT: + description: 'SIM ACCEL is present' + value : 0
