Skip to content

Commit 6a60b78

Browse files
committedApr 6, 2020
touch ups
1 parent 2ce6536 commit 6a60b78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎board/safety_declarations.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ bool brake_pressed_prev = false;
9292
// It enables features we consider to be unsafe, but understand others may have different opinions
9393
// It is always 0 on mainline comma.ai openpilot
9494

95-
// If using this flag, be very careful about what happens if your fork
96-
// wants to brake while the user is pressing the gas. Tesla is careful with this.
95+
// If using this flag, be very careful about what happens if your fork wants to brake while the
96+
// user is pressing the gas. Tesla is careful with this.
9797
#define UNSAFE_DISABLE_DISENGAGE_ON_GAS 1
9898

99-
// If using this flag, make sure to communicate to your users that a stock safety feature is now disabled
99+
// If using this flag, make sure to communicate to your users that a stock safety feature is now disabled.
100100
#define UNSAFE_DISABLE_STOCK_AEB 2
101101

102-
// If using this flag, be aware that harder braking is more likely to lead to rear endings, and that alone
103-
// this flag doesn't make braking ISO26262 compliant because there's also an unaccounted for time element.
102+
// If using this flag, be aware that harder braking is more likely to lead to rear endings,
103+
// and that alone this flag doesn't make braking compliant because there's also a time element.
104104
#define UNSAFE_RAISE_LONGITUDINAL_LIMITS_TO_ISO_MAX 8
105105

106106
int unsafe_mode = 0;

0 commit comments

Comments
 (0)