mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
fixed a minor baud rate bug
This commit is contained in:
@@ -80,7 +80,7 @@ fixed a baud rate bug
|
||||
const uint8_t board_id = 1;
|
||||
const uint8_t version_major = 0;
|
||||
const uint8_t version_minor = 5;
|
||||
const uint8_t version_patch = 6;
|
||||
const uint8_t version_patch = 7;
|
||||
uint8_t hw_revision;
|
||||
|
||||
uint8_t spi_transmit_buf[SPI_BUF_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user