Removed unnecessary TODO

pull/1/head
Jessy Diamond Exum 8 years ago
parent 38aa03e0f7
commit 5bf4196aed
  1. 1
      selfdrive/boardd/boardd.cc

@ -74,7 +74,6 @@ bool usb_connect() {
} }
// TODO: Boardd should be able to set the baud rate // TODO: Boardd should be able to set the baud rate
// May need to set endianess.
int baud = 500000; int baud = 500000;
libusb_control_transfer(dev_handle, 0x40, 0xde, 0, 0, libusb_control_transfer(dev_handle, 0x40, 0xde, 0, 0,
(unsigned char *)&baud, sizeof(baud), TIMEOUT); // CAN1 (unsigned char *)&baud, sizeof(baud), TIMEOUT); // CAN1

Loading…
Cancel
Save