forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GM: update steering limits (commaai#27331)
* reduce steer down limit, driver allowance * update refs * update refs
- Loading branch information
1 parent
e778673
commit 1cdf800
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule panda
updated
10 files
+1 −1 | board/drivers/clock_source.h | |
+3 −3 | board/drivers/timers.h | |
+10 −0 | board/main_comms.h | |
+2 −2 | board/safety/safety_gm.h | |
+10 −1 | board/stm32fx/clock.h | |
+5 −4 | board/stm32fx/stm32fx_config.h | |
+4 −2 | board/stm32h7/stm32h7_config.h | |
+5 −0 | python/__init__.py | |
+14 −0 | tests/hitl/2_health.py | |
+2 −2 | tests/safety/test_gm.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3629f9d22d0bd70cc9ac19cf2045a6cd47b21fdb | ||
f4efbb65a7eb9a8f4e23492372e707674f80114e |