-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update unsafeMode to alternativeExperience (#23995)
* update unsafeMode to alternativeExperience * fix * fix * bump submodules Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
- Loading branch information
1 parent
d08b52c
commit e91613b
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule cereal
updated
from 447d8b to e94649
Submodule panda
updated
14 files
+3 −3 | board/health.h | |
+1 −1 | board/safety.h | |
+4 −4 | board/safety/safety_ford.h | |
+2 −2 | board/safety/safety_gm.h | |
+4 −4 | board/safety/safety_honda.h | |
+6 −8 | board/safety_declarations.h | |
+3 −3 | board/usb_comms.h | |
+2 −2 | python/__init__.py | |
+6 −6 | tests/safety/common.py | |
+2 −2 | tests/safety/libpandasafety_py.py | |
+5 −5 | tests/safety/test.c | |
+4 −4 | tests/safety/test_gm.py | |
+9 −9 | tests/safety/test_honda.py | |
+5 −5 | tests/safety/test_toyota.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
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