From d043171de5390c65d8c1e19de47b2c27d56ff2c1 Mon Sep 17 00:00:00 2001 From: Yuan Liu Date: Wed, 21 Nov 2018 16:46:58 +0800 Subject: [PATCH] IOC mediator: Add VehicalSteeringWheelAngle signal to the whitelist The signal is used to get camera right and left values. Tracked-On: #1886 Signed-off-by: Yuan Liu Acked-by: Yu Wang --- devicemodel/hw/platform/ioc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/devicemodel/hw/platform/ioc.c b/devicemodel/hw/platform/ioc.c index bdc698cda..47abbb8e7 100644 --- a/devicemodel/hw/platform/ioc.c +++ b/devicemodel/hw/platform/ioc.c @@ -633,6 +633,7 @@ static struct wlist_signal wlist_tx_signal_table[] = { {(uint16_t)CBC_SIG_ID_HVSSTT, DEFAULT_WLIST_NODE}, {(uint16_t)CBC_SIG_ID_HRCAT, DEFAULT_WLIST_NODE}, {(uint16_t)CBC_SIG_ID_HRASTT, DEFAULT_WLIST_NODE}, + {(uint16_t)CBC_SIG_ID_VSWA, DEFAULT_WLIST_NODE}, }; static struct wlist_group wlist_rx_group_table[] = {