mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
fixed a bug in IBM PC card where turning off gameport gamepad will cause a crash
This commit is contained in:
@@ -69,7 +69,7 @@ UART_HandleTypeDef huart3;
|
||||
const uint8_t board_id = 1;
|
||||
const uint8_t version_major = 0;
|
||||
const uint8_t version_minor = 5;
|
||||
const uint8_t version_patch = 3;
|
||||
const uint8_t version_patch = 4;
|
||||
uint8_t hw_revision;
|
||||
|
||||
uint8_t spi_transmit_buf[SPI_BUF_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user