Removed unnecessary TODO

old-commit-hash: 5bf4196aedf9c33acb075c06ec228fc4a471debf
This commit is contained in:
Jessy Diamond Exum
2017-07-11 22:01:04 -07:00
parent 4271fb34ab
commit 4fd13e67eb

View File

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