driver/sensors: Let gnss geofence follow the existing naming rules
ORB_ID(sensor_gnss_geofence_event) Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
ffac2a314b
commit
607b8effe9
@ -195,7 +195,7 @@ static const struct sensor_meta_s g_sensor_meta[] =
|
||||
{sizeof(struct sensor_gnss_satellite), "gnss_satellite"},
|
||||
{sizeof(struct sensor_gnss_measurement), "gnss_measurement"},
|
||||
{sizeof(struct sensor_gnss_clock), "gnss_clock"},
|
||||
{sizeof(struct sensor_gnss_geofence_event), "gnss_geofence"},
|
||||
{sizeof(struct sensor_gnss_geofence_event), "gnss_geofence_event"},
|
||||
};
|
||||
|
||||
static const struct file_operations g_sensor_fops =
|
||||
|
Loading…
Reference in New Issue
Block a user