This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
openpilot_comma
mirror of
https://github.com/commaai/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot_comma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pandad: fix return value in spi_transfer (
#34082
)
Browse Source
zero
pull/34085/head
Maxime Desroches
12 months ago
committed by
GitHub
parent
8d9a1fa436
commit
8939e3a30b
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
selfdrive/pandad/spi.cc
2
selfdrive/pandad/spi.cc
Unescape
Escape
View File
@ -418,7 +418,7 @@ fail:
}
}
if
(
ret
>
0
)
ret
=
-
1
;
if
(
ret
>
=
0
)
ret
=
-
1
;
return
ret
;
}
#
endif
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
sadmen/openpilot_comma
Title
Body
Create Issue