From 6fdff5576f51292b0c0eb3e8055b7778e99585d2 Mon Sep 17 00:00:00 2001 From: Chris Souers Date: Wed, 2 Oct 2024 00:27:23 -0400 Subject: [PATCH] comment --- opendbc/car/honda/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendbc/car/honda/values.py b/opendbc/car/honda/values.py index ac42d95647..8e426546f8 100644 --- a/opendbc/car/honda/values.py +++ b/opendbc/car/honda/values.py @@ -105,7 +105,7 @@ class Footnote(Enum): "2019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.", Column.FSR_STEERING) OP_STEER_TO_ZERO = CarFootnote( - "No ALC below 0 mph when openpilot Longitudinal Control is enabled. Safety features such as AEB and pre-collision warning will be disabled.", + "No ALC below 0 mph when openpilot Longitudinal Control is enabled. Safety features such as AEB and FCW will be disabled.", Column.FSR_STEERING)