From 83cf7bf4cb270e22537f31ab8ccf0e34aff75c49 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 30 Mar 2020 18:22:08 -0700 Subject: [PATCH] update comment --- board/safety_declarations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/safety_declarations.h b/board/safety_declarations.h index 775b434..7163c8e 100644 --- a/board/safety_declarations.h +++ b/board/safety_declarations.h @@ -90,7 +90,7 @@ bool brake_pressed_prev = false; // This can be set with a USB command // It enables features we consider to be unsafe, but understand others may have different opinions -// One example of such a feature is gas disengage +// Examples of such features include no gas disengage and disabling stock AEB // It is always off on mainline comma.ai openpilot bool unsafe_mode = false;