This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pandad: fix return value in spi_transfer (
#34082
)
Browse Source
zero
xavvypls-test
Maxime Desroches
1 year 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/jyoung
Title
Body
Create Issue