summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/motion_sense.c')
-rw-r--r--common/motion_sense.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/motion_sense.c b/common/motion_sense.c
index 6e29a070c9..9f4892445a 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -1705,6 +1705,8 @@ static int command_display_accel_info(int argc, char **argv)
if (argc > 3)
return EC_ERROR_PARAM_COUNT;
+ ccprintf("Motion sensors count = %d\n", motion_sensor_count);
+
/* First argument is on/off whether to display accel data. */
if (argc > 1) {
if (!parse_bool(argv[1], &val))