[sensor] fixed step name display abnormal.

This commit is contained in:
guozhanxin 2019-05-30 00:03:55 +08:00
parent 0b4e2a984e
commit 34e5383f9a
1 changed files with 1 additions and 1 deletions

2
components/drivers/sensors/sensor.c Executable file → Normal file
View File

@ -30,7 +30,7 @@ static char *const sensor_name_str[] =
"hr_", /* Heart Rate */
"tvoc_", /* TVOC Level */
"noi_", /* Noise Loudness */
"step_" /* Step sensor */
"step_", /* Step sensor */
"forc_" /* Force sensor */
};