typo in comment

This commit is contained in:
Firmware Batman 2017-05-26 11:08:52 -07:00
parent 7b0ebd46da
commit f90b6bb6e4
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void gpio_init() {
#endif
#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(GPIOA, 13, 0);
#endif