mirror of https://github.com/commaai/panda.git
typo in comment
This commit is contained in:
parent
7b0ebd46da
commit
f90b6bb6e4
|
@ -241,7 +241,7 @@ void gpio_init() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef REVC
|
#ifdef REVC
|
||||||
// B2,B13: set DCP mode on the charger (breaks USB!)
|
// B2,A13: set DCP mode on the charger (breaks USB!)
|
||||||
set_gpio_output(GPIOB, 2, 0);
|
set_gpio_output(GPIOB, 2, 0);
|
||||||
set_gpio_output(GPIOA, 13, 0);
|
set_gpio_output(GPIOA, 13, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue